From 0ddc085a864ab6ce907dd16698451181f62162aa Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 26 Jan 2026 20:53:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E6=8F=90=E4=BE=9B=E8=80=85=E4=B8=BACPA=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 更新模型和小模型的提供者为CPA相关服务。 --- opencode.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 4f32827..19a8f5f 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -2,8 +2,8 @@ "$schema": "https://opencode.ai/config.json", "autoupdate": "notify", "theme": "tokyonight", - "model": "anthropic-gateway/claude-sonnet-4-5", - "small_model": "google-gateway/gemini-3-flash", + "model": "cpa-anthropic/claude-sonnet-4-5", + "small_model": "cpa-google/gemini-3-flash", "plugin": ["oh-my-opencode"], "provider": { "cpa-anthropic": {