mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
Change default compress threshold to 0.7 for api key users (#13079)
This commit is contained in:
committed by
GitHub
parent
9d74b7c0e8
commit
6d83d3440c
@@ -412,8 +412,8 @@
|
||||
"compressionThreshold": {
|
||||
"title": "Compression Threshold",
|
||||
"description": "The fraction of context usage at which to trigger context compression (e.g. 0.2, 0.3).",
|
||||
"markdownDescription": "The fraction of context usage at which to trigger context compression (e.g. 0.2, 0.3).\n\n- Category: `Model`\n- Requires restart: `yes`\n- Default: `0.2`",
|
||||
"default": 0.2,
|
||||
"markdownDescription": "The fraction of context usage at which to trigger context compression (e.g. 0.2, 0.3).\n\n- Category: `Model`\n- Requires restart: `yes`\n- Default: `0.7`",
|
||||
"default": 0.7,
|
||||
"type": "number"
|
||||
},
|
||||
"skipNextSpeakerCheck": {
|
||||
|
||||
Reference in New Issue
Block a user