mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-14 16:55:27 +00:00
simplex-support-bot: bump grok model (#6975)
This commit is contained in:
@@ -22,7 +22,7 @@ export class GrokApiClient {
|
||||
"Authorization": `Bearer ${this.apiKey}`,
|
||||
},
|
||||
body: JSON.stringify({
|
||||
model: "grok-3-mini",
|
||||
model: "grok-latest",
|
||||
messages,
|
||||
temperature: 0.3,
|
||||
max_tokens: 1024,
|
||||
|
||||
Reference in New Issue
Block a user