(no commit message)

This commit is contained in:
2026-01-27 22:37:59 -08:00
parent bb191efd1d
commit 6a57bde8f2
10 changed files with 1132 additions and 1 deletions

9
config.json Normal file
View File

@@ -0,0 +1,9 @@
{
"model": null,
"max_iterations": 12,
"max_llm_calls": 18,
"tools": {},
"lm": "groq/openai/gpt-oss-120b",
"sub_lm": "groq/openai/gpt-oss-20b",
"verbose": true
}