From 09407f9980438c0c657df4f2363053f1513573e6 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sun, 15 Feb 2026 03:14:30 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E5=B0=8F=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E9=85=8D=E7=BD=AE=E5=B9=B6=E7=BB=9F=E4=B8=80=E6=A0=BC?= =?UTF-8?q?=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.jsonc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 0287460..df72e54 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -3,7 +3,7 @@ "autoupdate": false, "theme": "system", "model": "codex/gpt-5.3-codex", - "small_model": "opencode/gpt-5-nano", + "small_model": "codex/gpt-5.1-codex-mini", "plugin": ["oh-my-opencode@latest"], "provider": { // ref: https://models.dev/ @@ -56,7 +56,10 @@ "glm-4.7": { "name": "GLM-4.7", "reasoning": true, - "modalities": { "input": ["text"], "output": ["text"] }, + "modalities": { + "input": ["text"], + "output": ["text"] + }, "limit": { "context": 204800, "output": 131072 } } }