Update uncloseai.js
This commit is contained in:
parent
a22b4ddeaf
commit
a7ecdcb7e2
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ async function* sendMessage(message) {
|
|||
model: getSelectedModel(),
|
||||
messages: chatHistory,
|
||||
temperature: 0.5,
|
||||
max_tokens: 30000,
|
||||
max_tokens: 8192,
|
||||
stream: true
|
||||
})
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue