Switch to RLM instead of ReAct

This commit is contained in:
2026-01-21 18:29:54 -08:00
parent 415e711fa7
commit 939538291c
5 changed files with 73 additions and 72 deletions

View File

@@ -1,7 +1,10 @@
{
"model": null,
"max_iters": 15,
"max_iters": 20,
"lm": "openai/gpt-5.2-codex",
"sub_lm": "openrouter/openai/gpt-4.1",
"api_base": "https://openrouter.ai/api/v1",
"max_tokens": 16000
"max_tokens": 16000,
"max_output_chars": 100000,
"verbose": false
}