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 0188599642
commit d4f1da3934
4 changed files with 12 additions and 16 deletions

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": {