openai grammar correction
1.0.0
This project helps you to correct your English sentences to Standard English with the help of OpenAI API. Paste your text, AI will help you to perfect it.
This project consists of 2 app project.
Follow the below steps to make it run the project in your environment;
npm install
in the main directory.env
in the main directory and paste your API key in it OPENAI_API_KEY=$YOURAPIKEY
cd app
cd openai-grammar-correction
npm install
ng serve
Code below in grammerCorrection.controller.js helps us to correct our English sentences.
const completion = await openai.createCompletion({
model: "text-davinci-003",
prompt: `Correct this to standard English:nn${req.body.userText}.`,
temperature: 0,
max_tokens: 60,
top_p: 1.0,
frequency_penalty: 0.0,
presence_penalty: 0.0,
});
Follow the Issue template for informing about the issues and for making contributions.
Follow us:
https://twitter.com/rastmobile
https://www.linkedin.com/company/rastmobile/
https://www.behance.net/rastmobile
Reach us: