diff --git a/apps/simplex-support-bot/src/grok.ts b/apps/simplex-support-bot/src/grok.ts index 37c10df25b..967f20902c 100644 --- a/apps/simplex-support-bot/src/grok.ts +++ b/apps/simplex-support-bot/src/grok.ts @@ -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,