From 092acf0659ec3b548a4c0b829d8d1c7ebb81c50a Mon Sep 17 00:00:00 2001 From: imbytecat Date: Thu, 2 Apr 2026 21:45:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=A7=BB=E9=99=A4=20GPT-5.3-Codex=20?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E5=AE=9A=E4=B9=89=E5=B9=B6=E5=8D=87=E7=BA=A7?= =?UTF-8?q?=20deep=20=E7=B1=BB=E5=88=AB=E8=87=B3=20GPT-5.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oh-my-opencode.jsonc | 2 +- opencode.jsonc | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index ab23bb3..5992b61 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -16,7 +16,7 @@ "categories": { "visual-engineering": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, "ultrabrain": { "model": "openai/gpt-5.4", "variant": "xhigh" }, - "deep": { "model": "openai/gpt-5.3-codex", "variant": "medium" }, + "deep": { "model": "openai/gpt-5.4", "variant": "medium" }, "artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, "quick": { "model": "openai/gpt-5.4-mini" }, "unspecified-low": { "model": "anthropic/claude-sonnet-4-6" }, diff --git a/opencode.jsonc b/opencode.jsonc index 8a1b575..2f8427e 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -45,12 +45,6 @@ "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, "limit": { "context": 1050000, "input": 922000, "output": 128000 } }, - "gpt-5.3-codex": { - "name": "GPT-5.3-Codex", - "reasoning": true, - "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, - "limit": { "context": 400000, "input": 272000, "output": 128000 } - }, "gpt-5.4-mini": { "name": "GPT-5.4 mini", "reasoning": true,