Adjust context window management cutoff

This commit is contained in:
Saoud Rizwan 2024-12-31 13:22:28 -08:00
parent f4590ce50f
commit 8449550e80

View file

@ -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