Fix config override bug by recreating LMs after load_state

This commit is contained in:
2026-01-24 15:41:33 -08:00
parent 33f34e9615
commit 0e27e83b57
2 changed files with 13 additions and 11 deletions

View File

@@ -6,6 +6,6 @@
"api_base": "https://openrouter.ai/api/v1",
"max_tokens": 50000,
"max_output_chars": 100000,
"verbose": false,
"verbose": true,
"track_usage": true
}