chore: 对齐分类文档链接并更新 artistry 模型参数
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"categories": {
|
"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": {
|
"visual-engineering": {
|
||||||
"model": "cpa-openai/gpt-5.3-codex",
|
"model": "cpa-openai/gpt-5.3-codex",
|
||||||
"variant": "medium",
|
"variant": "medium",
|
||||||
@@ -59,8 +59,9 @@
|
|||||||
"variant": "medium"
|
"variant": "medium"
|
||||||
},
|
},
|
||||||
"artistry": {
|
"artistry": {
|
||||||
"model": "cpa-openai/gpt-5.2",
|
"model": "cpa-openai/gpt-5.3-codex",
|
||||||
"variant": "medium"
|
"variant": "medium",
|
||||||
|
"temperature": 0.5
|
||||||
},
|
},
|
||||||
"quick": {
|
"quick": {
|
||||||
"model": "cpa-openai/gpt-5.1-codex-mini"
|
"model": "cpa-openai/gpt-5.1-codex-mini"
|
||||||
|
|||||||
Reference in New Issue
Block a user