commit
This commit is contained in:
parent
3b3c63e90e
commit
03c833d26b
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ async function answerQuestion(query) {
|
|||
model: "gpt-4",
|
||||
messages: [{ "role" : "user", "content" : query}],
|
||||
temperature: 0.9,
|
||||
max_tokens: 300,
|
||||
}).catch((err) => {
|
||||
console.log(err);
|
||||
addToLogs("--> error : " + err);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue