feat(core): Add real model string (#86)

This commit is contained in:
joshualitt
2025-12-16 09:22:50 -08:00
committed by Tommaso Sciortino
parent 20e67c7bda
commit 4a83eb2402
4 changed files with 6 additions and 232 deletions
+2 -2
View File
@@ -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": {