Change default compress threshold to 0.5 for api key users (#13517)

This commit is contained in:
Tommaso Sciortino
2025-11-20 11:43:35 -08:00
committed by GitHub
parent 8c07ad2ab9
commit c7b5dcd28f
4 changed files with 5 additions and 5 deletions

View File

@@ -419,8 +419,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.7`",
"default": 0.7,
"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.5`",
"default": 0.5,
"type": "number"
},
"skipNextSpeakerCheck": {