diff options
| author | Frank <[email protected]> | 2025-09-03 11:31:16 -0400 |
|---|---|---|
| committer | Frank <[email protected]> | 2025-09-03 11:31:16 -0400 |
| commit | 9c6783e88e20ec8f9f4422949d1dcd72fd255536 (patch) | |
| tree | cb129c738fd4f5121a57981a8912233165e1a0b4 | |
| parent | f1a60a0a9395bb9b5390c4c460666d4ba1fe4a5e (diff) | |
| download | opencode-9c6783e88e20ec8f9f4422949d1dcd72fd255536.tar.gz opencode-9c6783e88e20ec8f9f4422949d1dcd72fd255536.zip | |
wip console
| -rw-r--r-- | cloud/app/src/routes/gateway/v1/chat/completions.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/app/src/routes/gateway/v1/chat/completions.ts b/cloud/app/src/routes/gateway/v1/chat/completions.ts index 8a0b54b14..aace256ff 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", |
