feat(core): Update checkpoint.

This commit is contained in:
Your Name
2025-12-10 18:00:54 +00:00
committed by Tommaso Sciortino
parent faf69f2c99
commit a8e3928dd2
4 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -370,7 +370,7 @@ their corresponding top-level category object in your `settings.json` file.
"gemini-3-flash-preview": { "gemini-3-flash-preview": {
"extends": "chat-base-3", "extends": "chat-base-3",
"modelConfig": { "modelConfig": {
"model": "skyhawk" "model": "fiercefalcon"
} }
}, },
"gemini-2.5-pro": { "gemini-2.5-pro": {
@@ -504,7 +504,7 @@ their corresponding top-level category object in your `settings.json` file.
}, },
"chat-compression-3-flash": { "chat-compression-3-flash": {
"modelConfig": { "modelConfig": {
"model": "skyhawk" "model": "fiercefalcon"
} }
}, },
"chat-compression-2.5-pro": { "chat-compression-2.5-pro": {
@@ -10,7 +10,7 @@ import { DEFAULT_THINKING_MODE } from './models.js';
// TODO(joshualitt): This is safe for orions belt, but this change SHOULD NOT // TODO(joshualitt): This is safe for orions belt, but this change SHOULD NOT
// be merged when orions belt is merged with it's upstream. // be merged when orions belt is merged with it's upstream.
const FLASH_PREVIEW_MODEL_REVERT_BEFORE_MERGE = 'skyhawk'; const FLASH_PREVIEW_MODEL_REVERT_BEFORE_MERGE = 'fiercefalcon';
// The default model configs. We use `base` as the parent for all of our model // The default model configs. We use `base` as the parent for all of our model
// configs, while `chat-base`, a child of `base`, is the parent of the models // configs, while `chat-base`, a child of `base`, is the parent of the models
@@ -50,7 +50,7 @@
} }
}, },
"gemini-3-flash-preview": { "gemini-3-flash-preview": {
"model": "skyhawk", "model": "fiercefalcon",
"generateContentConfig": { "generateContentConfig": {
"temperature": 1, "temperature": 1,
"topP": 0.95, "topP": 0.95,
@@ -216,7 +216,7 @@
"generateContentConfig": {} "generateContentConfig": {}
}, },
"chat-compression-3-flash": { "chat-compression-3-flash": {
"model": "skyhawk", "model": "fiercefalcon",
"generateContentConfig": {} "generateContentConfig": {}
}, },
"chat-compression-2.5-pro": { "chat-compression-2.5-pro": {
File diff suppressed because one or more lines are too long