Change default compress threshold to 0.7 for api key users (#13079)

This commit is contained in:
Tommaso Sciortino
2025-11-14 09:13:59 -08:00
committed by GitHub
parent 9d74b7c0e8
commit 6d83d3440c
4 changed files with 5 additions and 5 deletions

View File

@@ -300,7 +300,7 @@ their corresponding top-level category object in your `settings.json` file.
- **`model.compressionThreshold`** (number):
- **Description:** The fraction of context usage at which to trigger context
compression (e.g. 0.2, 0.3).
- **Default:** `0.2`
- **Default:** `0.7`
- **Requires restart:** Yes
- **`model.skipNextSpeakerCheck`** (boolean):