mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-10 19:37:17 -07:00
Change default compress threshold to 0.7 for api key users (#13079)
This commit is contained in:
committed by
GitHub
parent
fcdd1a4590
commit
5b5259de5e
@@ -683,7 +683,7 @@ const SETTINGS_SCHEMA = {
|
||||
label: 'Compression Threshold',
|
||||
category: 'Model',
|
||||
requiresRestart: true,
|
||||
default: 0.2 as number,
|
||||
default: 0.7 as number,
|
||||
description:
|
||||
'The fraction of context usage at which to trigger context compression (e.g. 0.2, 0.3).',
|
||||
showInDialog: true,
|
||||
|
||||
Reference in New Issue
Block a user