chore: 调整代理模型配置并移除 glm-4.7
This commit is contained in:
@@ -9,14 +9,15 @@
|
|||||||
},
|
},
|
||||||
"hephaestus": {
|
"hephaestus": {
|
||||||
"model": "cpa-openai/gpt-5.3-codex",
|
"model": "cpa-openai/gpt-5.3-codex",
|
||||||
"variant": "medium"
|
"variant": "high"
|
||||||
},
|
},
|
||||||
"oracle": {
|
"oracle": {
|
||||||
"model": "cpa-openai/gpt-5.2",
|
"model": "cpa-openai/gpt-5.2",
|
||||||
"variant": "high"
|
"variant": "high"
|
||||||
},
|
},
|
||||||
"librarian": {
|
"librarian": {
|
||||||
"model": "cpa-openai/glm-4.7"
|
"model": "cpa-openai/gpt-5.2",
|
||||||
|
"variant": "medium"
|
||||||
},
|
},
|
||||||
"explore": {
|
"explore": {
|
||||||
"model": "cpa-openai/gpt-5.1-codex-mini"
|
"model": "cpa-openai/gpt-5.1-codex-mini"
|
||||||
@@ -26,27 +27,28 @@
|
|||||||
"variant": "medium"
|
"variant": "medium"
|
||||||
},
|
},
|
||||||
"prometheus": {
|
"prometheus": {
|
||||||
"model": "cpa-openai/gpt-5.3-codex",
|
"model": "cpa-openai/gpt-5.2",
|
||||||
"variant": "medium"
|
"variant": "high"
|
||||||
},
|
},
|
||||||
"metis": {
|
"metis": {
|
||||||
"model": "cpa-openai/gpt-5.3-codex",
|
"model": "cpa-openai/gpt-5.2",
|
||||||
"variant": "medium"
|
"variant": "high"
|
||||||
},
|
},
|
||||||
"momus": {
|
"momus": {
|
||||||
"model": "cpa-openai/gpt-5.2",
|
"model": "cpa-openai/gpt-5.2",
|
||||||
"variant": "medium"
|
"variant": "medium"
|
||||||
},
|
},
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"model": "cpa-openai/gpt-5.3-codex",
|
"model": "cpa-openai/gpt-5.2",
|
||||||
"variant": "medium"
|
"variant": "medium"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"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/category-skill-guide.md#available-built-in-categories
|
||||||
"visual-engineering": {
|
"visual-engineering": {
|
||||||
"model": "cpa-openai/gpt-5.2",
|
"model": "cpa-openai/gpt-5.3-codex",
|
||||||
"variant": "medium"
|
"variant": "medium",
|
||||||
|
"temperature": 0.5
|
||||||
},
|
},
|
||||||
"ultrabrain": {
|
"ultrabrain": {
|
||||||
"model": "cpa-openai/gpt-5.3-codex",
|
"model": "cpa-openai/gpt-5.3-codex",
|
||||||
@@ -64,15 +66,16 @@
|
|||||||
"model": "cpa-openai/gpt-5.1-codex-mini"
|
"model": "cpa-openai/gpt-5.1-codex-mini"
|
||||||
},
|
},
|
||||||
"unspecified-low": {
|
"unspecified-low": {
|
||||||
"model": "cpa-openai/gpt-5.2",
|
"model": "cpa-openai/gpt-5.3-codex",
|
||||||
"variant": "low"
|
"variant": "medium"
|
||||||
},
|
},
|
||||||
"unspecified-high": {
|
"unspecified-high": {
|
||||||
"model": "cpa-openai/gpt-5.3-codex",
|
"model": "cpa-openai/gpt-5.3-codex",
|
||||||
"variant": "high"
|
"variant": "high"
|
||||||
},
|
},
|
||||||
"writing": {
|
"writing": {
|
||||||
"model": "cpa-openai/glm-4.7"
|
"model": "cpa-openai/gpt-5.2",
|
||||||
|
"variant": "medium"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"git_master": {
|
"git_master": {
|
||||||
|
|||||||
@@ -45,15 +45,6 @@
|
|||||||
"output": ["text"]
|
"output": ["text"]
|
||||||
},
|
},
|
||||||
"limit": { "context": 400000, "input": 272000, "output": 128000 }
|
"limit": { "context": 400000, "input": 272000, "output": 128000 }
|
||||||
},
|
|
||||||
"glm-4.7": {
|
|
||||||
"name": "GLM-4.7",
|
|
||||||
"reasoning": true,
|
|
||||||
"modalities": {
|
|
||||||
"input": ["text"],
|
|
||||||
"output": ["text"]
|
|
||||||
},
|
|
||||||
"limit": { "context": 204800, "output": 131072 }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user