Context_limit and compact_threshold should be in settings #1
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Obviously I had to adjust them and for my macbook with 48 GB of RAM and qwen-3.6-27b I went with 128000 length and 90000 threshold.
I reduced the threshold that much because the compaction is only run once per run step, not after every single tool call and I probably ran into problems because several tool calls filled the context. I create a separate issue for that.