This commit is contained in:
parent
bb81ff2e16
commit
c9d7a54e25
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ module.exports = {
|
|||
"content": prompt
|
||||
}
|
||||
],
|
||||
"max_tokens": 100
|
||||
"max_tokens": 250
|
||||
})
|
||||
}).then(response => response.json()).then(data => {
|
||||
answer = data.choices[0].message.content;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue