From 6e297945f20e6237d9719d9de698d7abec0222a0 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 31 Jan 2026 01:55:28 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8F=90=E5=8D=87=20momus=20=E6=A8=A1?= =?UTF-8?q?=E5=9E=8B=E9=85=8D=E7=BD=AE=E4=B8=BA=20high?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 momus 模型的配置从 medium 提升为 high。 --- 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 02614f4..38eb773 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -30,7 +30,7 @@ }, "momus": { "model": "cpa-openai/gpt-5.2", - "variant": "medium" + "variant": "high" }, "atlas": { "model": "cpa-anthropic/claude-sonnet-4-5"