From 61374e11a9adfd8a25e17bb274cad9b5caa257e2 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Thu, 19 Mar 2026 10:13:00 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=86=20quick=20=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E5=88=87=E6=8D=A2=E8=87=B3=20GPT-5.4=20mini?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oh-my-opencode.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index d75efcc..b4c8233 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -18,7 +18,7 @@ "ultrabrain": { "model": "openai/gpt-5.4", "variant": "xhigh" }, "deep": { "model": "openai/gpt-5.3-codex", "variant": "medium" }, "artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, - "quick": { "model": "anthropic/claude-haiku-4-5" }, + "quick": { "model": "openai/gpt-5.4-mini" }, "unspecified-low": { "model": "anthropic/claude-sonnet-4-6" }, "unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, "writing": { "model": "google/gemini-3-flash-preview" }