mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05:00
fix: Context window truncation makes progress (#9052)
Co-authored-by: Calvin Smith <calvin@all-hands.dev> Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
@@ -156,7 +156,7 @@ class Session:
|
||||
condensers=[
|
||||
BrowserOutputCondenserConfig(attention_window=2),
|
||||
LLMSummarizingCondenserConfig(
|
||||
llm_config=llm.config, keep_first=4, max_size=140
|
||||
llm_config=llm.config, keep_first=4, max_size=120
|
||||
),
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user