mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
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:
parent
28a16c9ee7
commit
dc00167289
1 changed files with 1 additions and 1 deletions
|
|
@ -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]}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue