Files
nanocode/config.json

11 lines
271 B
JSON

{
"model": null,
"max_iters": 20,
"lm": "openrouter/anthropic/claude-3.5-sonnet",
"sub_lm": "openrouter/openai/gpt-4.1",
"api_base": "https://openrouter.ai/api/v1",
"max_tokens": 32000,
"max_output_chars": 100000,
"verbose": false,
"track_usage": true
}