From dfe763a0d9b914f85cc25635216072717ce4dcbf Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 28 Mar 2026 17:47:05 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E9=87=8D=E5=91=BD=E5=90=8D=20litellm?= =?UTF-8?q?=20provider=20=E4=B8=BA=20ai-gateway?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oh-my-opencode.jsonc | 4 ++-- opencode.jsonc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 340ca65..e0458c7 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -4,8 +4,8 @@ "sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, "hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" }, "oracle": { "model": "openai/gpt-5.4", "variant": "high" }, - "librarian": { "model": "litellm/minimax-m2.7" }, - "explore": { "model": "litellm/grok-code-fast-1" }, + "librarian": { "model": "ai-gateway/minimax-m2.7" }, + "explore": { "model": "ai-gateway/grok-code-fast-1" }, "multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" }, "prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, "metis": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, diff --git a/opencode.jsonc b/opencode.jsonc index 3d7c7e1..a555e14 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -80,8 +80,8 @@ } } }, - "litellm": { - "name": "LiteLLM", + "ai-gateway": { + "name": "AI Gateway", "npm": "@ai-sdk/openai-compatible", "options": { "baseURL": "{env:AI_GATEWAY_BASE_URL}/v1",