mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-27 06:20:52 -07:00
bug(core): Add default chat compression config. (#13766)
This commit is contained in:
@@ -92,7 +92,7 @@ export function modelStringToModelConfigAlias(model: string): string {
|
||||
case DEFAULT_GEMINI_FLASH_LITE_MODEL:
|
||||
return 'chat-compression-2.5-flash-lite';
|
||||
default:
|
||||
return DEFAULT_GEMINI_MODEL;
|
||||
return 'chat-compression-default';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user