Switch to RLM instead of ReAct
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user