refactor: 统一模型名称大小写并更新版本配置

- 调整代理配置,统一模型名称大小写并更新模型版本,优化代理与模型的对应关系。
This commit is contained in:
2026-01-24 01:46:40 +08:00
parent 21ff28776a
commit eb6de8444c

View File

@@ -2,17 +2,17 @@
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"google_auth": false, "google_auth": false,
"agents": { "agents": {
"Sisyphus": { "sisyphus": {
"model": "anthropic-gateway/claude-opus-4-5" "model": "anthropic-gateway/claude-opus-4-5-thinking"
}, },
"librarian": { "oracle": {
"model": "google-gateway/gemini-3-flash" "model": "openai-gateway/gpt-5.2"
}, },
"explore": { "explore": {
"model": "opencode/grok-code" "model": "opencode/grok-code"
}, },
"oracle": { "librarian": {
"model": "opencode/glm-4.7-free" "model": "google-gateway/gemini-3-flash"
}, },
"frontend-ui-ux-engineer": { "frontend-ui-ux-engineer": {
"model": "google-gateway/gemini-3-pro-high" "model": "google-gateway/gemini-3-pro-high"