feat(core): Add model config for flash 3 (#78)

This commit is contained in:
joshualitt
2025-12-09 10:26:05 -08:00
committed by Tommaso Sciortino
parent 06dcf216e1
commit 562d84545a
6 changed files with 71 additions and 16 deletions

View File

@@ -367,6 +367,12 @@ their corresponding top-level category object in your `settings.json` file.
"model": "gemini-3-pro-preview"
}
},
"gemini-3-flash-preview": {
"extends": "chat-base-3",
"modelConfig": {
"model": "skyhawk"
}
},
"gemini-2.5-pro": {
"extends": "chat-base-2.5",
"modelConfig": {
@@ -496,6 +502,11 @@ their corresponding top-level category object in your `settings.json` file.
"model": "gemini-3-pro-preview"
}
},
"chat-compression-3-flash": {
"modelConfig": {
"model": "skyhawk"
}
},
"chat-compression-2.5-pro": {
"modelConfig": {
"model": "gemini-2.5-pro"