set max tokens to 5k

This commit is contained in:
Dobromir Popov
2026-07-07 18:21:13 +02:00
parent aba5fb12fa
commit 456c43ea1d
3 changed files with 4 additions and 4 deletions

View File

@@ -930,7 +930,7 @@ async function sendChat() {
{ role: "user", content: prompt },
],
stream: false,
max_tokens: 256,
max_tokens: 15120,
};
chatBusy = true;
$("chat-send").disabled = true;