forked from imbytecat/opencode-config
feat: 将 librarians 和 explore 模块模型配置切换为 gemini-3-flash
- 将 librarians 和 explore 模块的模型配置切换为使用 gemini-3-flash。
This commit is contained in:
@@ -19,11 +19,13 @@
|
||||
},
|
||||
"librarian": {
|
||||
// Docs, GitHub search
|
||||
"model": "glm-coding-plan/glm-4.7"
|
||||
// "model": "glm-coding-plan/glm-4.7"
|
||||
"model": "google-gateway/gemini-3-flash"
|
||||
},
|
||||
"explore": {
|
||||
// Fast codebase grep
|
||||
"model": "opencode/gpt-5-nano"
|
||||
// "model": "opencode/gpt-5-nano"
|
||||
"model": "google-gateway/gemini-3-flash"
|
||||
},
|
||||
"multimodal-looker": {
|
||||
// PDF/image analysis
|
||||
|
||||
Reference in New Issue
Block a user