Skip to main content

DEFAULT_COMPRESSION_THRESHOLD

Constant DEFAULT_COMPRESSION_THRESHOLD 

Source
pub const DEFAULT_COMPRESSION_THRESHOLD: f64 = 0.5;
Expand description

Compression trigger threshold (percentage of context window). Lowered to 0.5 to compress earlier for long conversations (128K context -> 64K threshold)