From 93a3a74942381f1e7a9742c691cffab74330ba6c Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 11:39:25 +0000 Subject: [PATCH] feat: replace grok with grok-4-fast-non-reasoning --- lib/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/index.ts b/lib/utils/index.ts index 8b1a5e6b..7416f341 100644 --- a/lib/utils/index.ts +++ b/lib/utils/index.ts @@ -30,7 +30,7 @@ export function getModel() { }) // Optionally, add a check for credit status or skip xAI if credits are exhausted try { - return xai('grok-3-fast-beta') + return xai('grok-4-fast-non-reasoning') } catch (error) { console.warn('xAI API unavailable, falling back to OpenAI:') }