From 7908f4aad2b3b70455222ac275bd160aec276bf7 Mon Sep 17 00:00:00 2001 From: sh <37271604+shumvgolove@users.noreply.github.com> Date: Wed, 13 May 2026 12:36:45 +0000 Subject: [PATCH] simplex-support-bot: bump grok model (#6975) --- apps/simplex-support-bot/src/grok.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,