From b6447c6108d109d092256b71461db9b7d0b0b42c Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 6 Feb 2026 21:53:31 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=9A=84=20gpt-5.2-codex=20=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除未使用的 gpt-5.2-codex 模型配置 --- opencode.jsonc | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/opencode.jsonc b/opencode.jsonc index 5a85526..a34cfa9 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -95,16 +95,6 @@ "output": ["text"] }, "limit": { "context": 400000, "input": 272000, "output": 128000 } - }, - "gpt-5.2-codex": { - "name": "GPT-5.2 Codex", - "tool_call": true, - "reasoning": true, - "modalities": { - "input": ["text", "image", "pdf"], - "output": ["text"] - }, - "limit": { "context": 400000, "input": 272000, "output": 128000 } } } }