mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-04-22 06:02:07 +02:00
you know how i said it wouldnt work
changed temperature from 0.85 to 0.45
This commit is contained in:
parent
743652a726
commit
1351254cfc
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ export class Mixtral {
|
||||||
let completion = await this.groq.chat.completions.create({
|
let completion = await this.groq.chat.completions.create({
|
||||||
"messages": messages,
|
"messages": messages,
|
||||||
"model": this.model_name || "mixtral-8x7b-32768",
|
"model": this.model_name || "mixtral-8x7b-32768",
|
||||||
"temperature": 0.85,
|
"temperature": 0.45,
|
||||||
"max_tokens": 8192,
|
"max_tokens": 8192,
|
||||||
"top_p": 1,
|
"top_p": 1,
|
||||||
"stream": true,
|
"stream": true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue