openai grammar correction
1.0.0
该项目可帮助您借助OpenAI API将英语句子纠正为标准英语。粘贴您的文字, AI将帮助您完善它。
该项目由 2 个应用程序项目组成。
按照以下步骤使其在您的环境中运行该项目;
npm install
.env
并将您的 API 密钥粘贴到其中OPENAI_API_KEY=$YOURAPIKEY
cd app
cd openai-grammar-correction
npm install
ng serve
grammerCorrection.controller.js 中的以下代码可以帮助我们纠正英语句子。
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,
});
按照问题模板通知问题并做出贡献。
跟着我们:
https://twitter.com/rastmobile
https://www.linkedin.com/company/rastmobile/
https://www.behance.net/rastmobile
联系我们: