Files
nanocode/config.json
2026-01-22 17:37:10 -08:00

11 lines
267 B
JSON

{
"model": null,
"max_iters": 50,
"lm": "openrouter/openai/gpt-5.2-codex",
"sub_lm": "openrouter/openai/gpt-5-mini",
"api_base": "https://openrouter.ai/api/v1",
"max_tokens": 50000,
"max_output_chars": 100000,
"verbose": false,
"track_usage": true
}