From 8978eeb5dec4f619a90e37a0701c01d6e46a763f Mon Sep 17 00:00:00 2001 From: imbytecat Date: Thu, 26 Feb 2026 11:09:52 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=AF=B9=E9=BD=90=E5=88=86=E7=B1=BB?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E9=93=BE=E6=8E=A5=E5=B9=B6=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=20artistry=20=E6=A8=A1=E5=9E=8B=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oh-my-opencode.jsonc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 11d00ec..d1203a6 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -44,7 +44,7 @@ } }, "categories": { - // ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/category-skill-guide.md#available-built-in-categories + // ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/reference/configuration.md#built-in-categories "visual-engineering": { "model": "cpa-openai/gpt-5.3-codex", "variant": "medium", @@ -59,8 +59,9 @@ "variant": "medium" }, "artistry": { - "model": "cpa-openai/gpt-5.2", - "variant": "medium" + "model": "cpa-openai/gpt-5.3-codex", + "variant": "medium", + "temperature": 0.5 }, "quick": { "model": "cpa-openai/gpt-5.1-codex-mini"