set max tokens to 5k
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user