mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-12 23:01:21 +00:00
Adjust context window management cutoff
This commit is contained in:
parent
f4590ce50f
commit
8449550e80
1 changed files with 1 additions and 1 deletions
|
|
@ -843,7 +843,7 @@ export class Cline {
|
|||
maxAllowedSize = contextWindow - 27_000
|
||||
break
|
||||
case 128_000: // most models
|
||||
maxAllowedSize = contextWindow - 40_000
|
||||
maxAllowedSize = contextWindow - 30_000
|
||||
break
|
||||
case 200_000: // claude models
|
||||
maxAllowedSize = contextWindow - 40_000
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue