mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-29 15:30:40 -07:00
feat(core): Add real model string (#86)
This commit is contained in:
committed by
Tommaso Sciortino
parent
0188599642
commit
d4f1da3934
@@ -370,7 +370,7 @@ their corresponding top-level category object in your `settings.json` file.
|
||||
"gemini-3-flash-preview": {
|
||||
"extends": "chat-base-3",
|
||||
"modelConfig": {
|
||||
"model": "fiercefalcon"
|
||||
"model": "gemini-3-flash-preview"
|
||||
}
|
||||
},
|
||||
"gemini-2.5-pro": {
|
||||
@@ -504,7 +504,7 @@ their corresponding top-level category object in your `settings.json` file.
|
||||
},
|
||||
"chat-compression-3-flash": {
|
||||
"modelConfig": {
|
||||
"model": "fiercefalcon"
|
||||
"model": "gemini-3-flash-preview"
|
||||
}
|
||||
},
|
||||
"chat-compression-2.5-pro": {
|
||||
|
||||
Reference in New Issue
Block a user