mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-04-21 21:52:07 +02:00
take advantage of high token limit
This commit is contained in:
parent
7a22826079
commit
31a1f47c0c
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export class Mixtral {
|
|||
"messages": messages,
|
||||
"model": this.model_name || "mixtral-8x7b-32768",
|
||||
"temperature": 0.45,
|
||||
"max_tokens": 8192,
|
||||
"max_tokens": 16384,
|
||||
"top_p": 1,
|
||||
"stream": true,
|
||||
"stop": stop_seq
|
||||
|
|
Loading…
Add table
Reference in a new issue