From ffdf4e705d6626483e188acc66f1f3e546f1b3c8 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 12 Jan 2026 12:18:40 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=AE=80=E5=8C=96AI=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E6=8F=90=E4=BE=9B=E5=95=86=E6=A0=87=E8=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将AI模型提供商标识从"ai-gateway"简化为"gateway",并更新对应的Claude模型名称。 --- opencode.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/opencode.json b/opencode.json index 2ce08a9..4aeb21b 100644 --- a/opencode.json +++ b/opencode.json @@ -2,8 +2,8 @@ "$schema": "https://opencode.ai/config.json", "autoupdate": "notify", "theme": "tokyonight", - "model": "ai-gateway/claude-opus-4-5-thinking", - "small_model": "ai-gateway/gemini-3-flash-preview", + "model": "gateway/claude-claude-4-5", + "small_model": "gateway/gemini-3-flash-preview", "plugin": [ "@tarquinen/opencode-dcp@latest", "@franlol/opencode-md-table-formatter@latest" @@ -26,8 +26,8 @@ "websearch": "deny" }, "provider": { - "ai-gateway": { - "name": "AI Gateway", + "gateway": { + "name": "Gateway", "npm": "@ai-sdk/anthropic", "options": { "baseURL": "http://10.0.1.1:8317/v1",