This commit is contained in:
Lukian LEIZOUR 2023-03-02 20:18:22 +01:00
parent 614b7afc08
commit 36a0e6a872
2 changed files with 19 additions and 11 deletions

View file

@ -25,7 +25,6 @@ async function answerQuestion(query) {
response = await openai.createChatCompletion({
model: "gpt-3.5-turbo",
messages: [{ "role" : "user", "content" : query}],
max_tokens: 500,
temperature: 0.9,
}).catch((err) => {
console.log(err);