From 3150f145eb04a7f574accd50e451aeabd40a84eb Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 31 Jan 2026 03:33:26 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=86=20momus=20=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=8D=87=E7=BA=A7=E8=87=B3=20xhigh=20?= =?UTF-8?q?=E5=8F=98=E4=BD=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 momus 模型的配置从 high 变体升级为 xhigh 变体。 --- 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 0355d47..1147ca0 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -30,7 +30,7 @@ }, "momus": { "model": "cpa-openai/gpt-5.2", - "variant": "high" + "variant": "xhigh" }, "atlas": { "model": "cpa-anthropic/claude-sonnet-4-5"