Update ContextManagementSettings.tsx (#4634)

Allow 5% threshold for context condensing (thats already 50k with gemini 1M context, enough for many tasks)
This commit is contained in:
Raffael 2025-06-13 12:42:55 +02:00 committed by GitHub
parent 28a16c9ee7
commit dc00167289
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -225,7 +225,7 @@ export const ContextManagementSettings = ({
<div>
<div className="flex items-center gap-2">
<Slider
min={10}
min={5}
max={100}
step={1}
value={[autoCondenseContextPercent]}