Gemini fixes (#1349)
* Fix gemini yolo * limit diff unchanged lines context to 3 lines * fix shell command parsing * remove the GeminiModel struct
This commit is contained in:
@@ -27,13 +27,18 @@
|
||||
"GEMINI": {
|
||||
"DEFAULT": {
|
||||
"GEMINI": {
|
||||
"model": "default",
|
||||
"yolo": true
|
||||
}
|
||||
},
|
||||
"FLASH": {
|
||||
"GEMINI": {
|
||||
"model": "flash",
|
||||
"model": "gemini-2.5-flash",
|
||||
"yolo": true
|
||||
}
|
||||
},
|
||||
"PRO": {
|
||||
"GEMINI": {
|
||||
"model": "gemini-3-pro-preview",
|
||||
"yolo": true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user