Switch to RLM instead of ReAct

This commit is contained in:
2026-01-21 19:57:30 -08:00
parent 25c75bc89a
commit 80629105ed
5 changed files with 71 additions and 24 deletions

View File

@@ -4,7 +4,8 @@
"lm": "openrouter/anthropic/claude-3.5-sonnet",
"sub_lm": "openrouter/openai/gpt-4.1",
"api_base": "https://openrouter.ai/api/v1",
"max_tokens": 16000,
"max_tokens": 32000,
"max_output_chars": 100000,
"verbose": false
"verbose": false,
"track_usage": true
}