mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
The LLM classifier capped every prior turn at 200 characters independently, so a 785 character turn was cut even when the whole block it belonged to was 353 characters. A character budget now bounds the block: turns are taken newest first and quoted whole while they fit, older turns are dropped whole once it runs out, and only the turn straddling the boundary is cut. The per-turn cap stays as an optional clamp for operators who set it deliberately, defaulting to unset. |
||
|---|---|---|
| .. | ||
| litellm-dashboard | ||
| Dockerfile | ||
| nginx.conf | ||