forked from imbytecat/opencode-config
feat: 更新模型配置,切换图书馆员与探索功能模型
- 更新模型配置,将图书馆员和探索功能的模型分别切换为 glm-4.7 和 opencode/gpt-5-nano。
This commit is contained in:
@@ -19,13 +19,11 @@
|
||||
},
|
||||
"librarian": {
|
||||
// Docs, GitHub search
|
||||
// "model": "opencode/big-pickle"
|
||||
"model": "google-gateway/gemini-3-flash"
|
||||
"model": "glm-coding-plan/glm-4.7"
|
||||
},
|
||||
"explore": {
|
||||
// Fast codebase grep
|
||||
// "model": "opencode/gpt-5-nano"
|
||||
"model": "google-gateway/gemini-3-flash"
|
||||
"model": "opencode/gpt-5-nano"
|
||||
},
|
||||
"multimodal-looker": {
|
||||
// PDF/image analysis
|
||||
|
||||
Reference in New Issue
Block a user