feat: 切换 librarian 和 explore 模块模型为 gemini-3-flash
- 将 librarian 和 explore 模块的模型配置切换为 google-gateway/gemini-3-flash,同时注释掉原有的模型设置。
This commit is contained in:
@@ -19,11 +19,13 @@
|
||||
},
|
||||
"librarian": {
|
||||
// Docs, GitHub search
|
||||
"model": "opencode/big-pickle"
|
||||
// "model": "opencode/big-pickle"
|
||||
"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