1
0
forked from agents/opencode

chore: 对齐分类文档链接并更新 artistry 模型参数

This commit is contained in:
2026-02-26 11:09:52 +08:00
parent 3a35190250
commit 8978eeb5de

View File

@@ -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"