Chat: Increase max_tokens to 250
All checks were successful
CI / CI (push) Successful in 1m23s

This commit is contained in:
SileNce5k 2025-04-30 11:47:19 +02:00
parent bb81ff2e16
commit c9d7a54e25
Signed by: SileNce
GPG key ID: B0A142BB4291B204

View file

@ -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;