Austin_Nguyen_2k OP t1_j2eijm9 wrote on December 31, 2022 at 5:51 PM Reply to comment by ThickDoctor007 in [P] I built a web app tool to paraphrase, grammar check, and summarize text with GPT-3. by Austin_Nguyen_2k Currently, I limit it to 3000 characters because of the token limit for a single prompt from the API Permalink Parent 2
Austin_Nguyen_2k OP t1_j2e42e7 wrote on December 31, 2022 at 4:13 PM Reply to comment by MohamedRashad in [P] I built a web app tool to paraphrase, grammar check, and summarize text with GPT-3. by Austin_Nguyen_2k I do add a simple prompt to ask the model to paraphrase the input text from the user in the backend Permalink Parent 3
Austin_Nguyen_2k OP t1_j2dr09b wrote on December 31, 2022 at 2:35 PM Reply to comment by MohamedRashad in [P] I built a web app tool to paraphrase, grammar check, and summarize text with GPT-3. by Austin_Nguyen_2k I used openai api for my app Permalink Parent 1
Austin_Nguyen_2k OP t1_j2dgz4c wrote on December 31, 2022 at 1:03 PM Reply to comment by Advanced-Hedgehog-95 in [P] I built a web app tool to paraphrase, grammar check, and summarize text with GPT-3. by Austin_Nguyen_2k I don't have a Youtube channel yet, hope I can start one in the future Permalink Parent 2
Austin_Nguyen_2k OP t1_j2dgwug wrote on December 31, 2022 at 1:03 PM Reply to comment by Mr-Doodlezz in [P] I built a web app tool to paraphrase, grammar check, and summarize text with GPT-3. by Austin_Nguyen_2k Glad that you like it :D Permalink Parent 1
[P] I built a web app tool to paraphrase, grammar check, and summarize text with GPT-3. Submitted by Austin_Nguyen_2k t3_zzt96n on December 31, 2022 at 12:38 PM in MachineLearning 12 comments 35
Austin_Nguyen_2k OP t1_j2eijm9 wrote
Reply to comment by ThickDoctor007 in [P] I built a web app tool to paraphrase, grammar check, and summarize text with GPT-3. by Austin_Nguyen_2k
Currently, I limit it to 3000 characters because of the token limit for a single prompt from the API