From ab8870e2d3a475d419c0e914581069c8df48af84 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 31 Jan 2026 03:33:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B0=86=20Oracle=20=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E8=B0=83=E6=95=B4=E4=B8=BA=E8=B6=85=E9=AB=98?= =?UTF-8?q?=E7=B2=BE=E5=BA=A6=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 Oracle 模型的配置从高精度模式调整为超高精度模式。 --- 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 38eb773..0355d47 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -9,7 +9,7 @@ }, "oracle": { "model": "cpa-openai/gpt-5.2", - "variant": "high" + "variant": "xhigh" }, "librarian": { "model": "cpa-google/gemini-3-flash"