Bump condenser window up by 75% (#8887)

Co-authored-by: Calvin Smith <calvin@all-hands.dev>
This commit is contained in:
Calvin Smith
2025-06-04 09:12:22 -06:00
committed by GitHub
parent 6c34e5850b
commit 0fd83ff38a

View File

@@ -156,7 +156,7 @@ class Session:
condensers=[
BrowserOutputCondenserConfig(attention_window=2),
LLMSummarizingCondenserConfig(
llm_config=llm.config, keep_first=4, max_size=80
llm_config=llm.config, keep_first=4, max_size=140
),
]
)