mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 21:14:35 -07:00
feat(core): Add real model string (#86)
This commit is contained in:
committed by
Tommaso Sciortino
parent
0188599642
commit
d4f1da3934
@@ -50,7 +50,7 @@
|
||||
}
|
||||
},
|
||||
"gemini-3-flash-preview": {
|
||||
"model": "fiercefalcon",
|
||||
"model": "gemini-3-flash-preview",
|
||||
"generateContentConfig": {
|
||||
"temperature": 1,
|
||||
"topP": 0.95,
|
||||
@@ -216,7 +216,7 @@
|
||||
"generateContentConfig": {}
|
||||
},
|
||||
"chat-compression-3-flash": {
|
||||
"model": "fiercefalcon",
|
||||
"model": "gemini-3-flash-preview",
|
||||
"generateContentConfig": {}
|
||||
},
|
||||
"chat-compression-2.5-pro": {
|
||||
|
||||
Reference in New Issue
Block a user