From 9c6783e88e20ec8f9f4422949d1dcd72fd255536 Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 3 Sep 2025 11:31:16 -0400 Subject: [PATCH] wip console --- cloud/app/src/routes/gateway/v1/chat/completions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/app/src/routes/gateway/v1/chat/completions.ts b/cloud/app/src/routes/gateway/v1/chat/completions.ts index 8a0b54b1..aace256f 100644 --- a/cloud/app/src/routes/gateway/v1/chat/completions.ts +++ b/cloud/app/src/routes/gateway/v1/chat/completions.ts @@ -36,7 +36,7 @@ const MODELS = { }, headerMappings: {}, }, - "x-ai/grok-code-fast-1": { + "grok-code": { id: "x-ai/grok-code-fast-1", auth: false, api: "https://api.x.ai",