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
聯絡我們: