commit
This commit is contained in:
parent
614b7afc08
commit
36a0e6a872
2 changed files with 19 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue