feat: 更新代理模型参考链接并调整小模型配置

- 更新代理模型参考链接指向新的代理库存文档位置。
- 将小模型配置更新为使用cpa-openai/glm-4.7。
This commit is contained in:
2026-02-24 14:46:39 +08:00
parent 069684079a
commit 8573f89db7
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
{ {
"$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",
"agents": { "agents": {
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/AGENTS.md#agent-models // ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/src/agents/AGENTS.md#agent-inventory
"sisyphus": { "sisyphus": {
"model": "cpa-openai/gpt-5.3-codex", "model": "cpa-openai/gpt-5.3-codex",
"variant": "high" "variant": "high"

View File

@@ -3,7 +3,7 @@
"autoupdate": false, "autoupdate": false,
"theme": "system", "theme": "system",
"model": "cpa-openai/gpt-5.3-codex", "model": "cpa-openai/gpt-5.3-codex",
"small_model": "opencode/gpt-5-nano", "small_model": "cpa-openai/glm-4.7",
"experimental": { "experimental": {
"disable_paste_summary": true "disable_paste_summary": true
}, },