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