simplex-support-bot: bump grok model (#6975)

This commit is contained in:
sh
2026-05-13 12:36:45 +00:00
committed by GitHub
parent 334a50dda5
commit 7908f4aad2
+1 -1
View File
@@ -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,