From e7d5fcebb0465995d75e5364a9f0ecd12965f6f2 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 30 Jan 2026 16:42:32 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=20Claude=20Sonne?= =?UTF-8?q?t=204.5=20=E7=9A=84=E4=B8=8A=E4=B8=8B=E6=96=87=E9=99=90?= =?UTF-8?q?=E5=88=B6=E4=B8=8E=E5=A4=9A=E6=A8=A1=E6=80=81=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除 Claude Sonnet 4.5 的上下文限制和多模态支持配置,仅保留名称信息。 --- opencode.jsonc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index caeddfd..df2960e 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -25,12 +25,7 @@ "name": "Claude Sonnet 4.5 (Thinking)" }, "claude-sonnet-4-5": { - "name": "Claude Sonnet 4.5", - "limit": { "context": 200000, "output": 64000 }, - "modalities": { - "input": ["text", "image", "pdf"], - "output": ["text"] - } + "name": "Claude Sonnet 4.5" } } },