Switch to RLM instead of ReAct

This commit is contained in:
2026-01-21 18:53:07 -08:00
parent 939538291c
commit 25c75bc89a
4 changed files with 242 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
{
"model": null,
"max_iters": 20,
"lm": "openai/gpt-5.2-codex",
"lm": "openrouter/anthropic/claude-3.5-sonnet",
"sub_lm": "openrouter/openai/gpt-4.1",
"api_base": "https://openrouter.ai/api/v1",
"max_tokens": 16000,