(no commit message)

This commit is contained in:
2026-01-18 22:37:06 -08:00
parent 2945d17b91
commit 192a744884
12 changed files with 599 additions and 0 deletions

7
config.json Normal file
View File

@@ -0,0 +1,7 @@
{
"model": null,
"max_iters": 15,
"lm": "openrouter/anthropic/claude-3.5-sonnet",
"api_base": "https://openrouter.ai/api/v1",
"max_tokens": 8192
}