14 lines
325 B
JSON
14 lines
325 B
JSON
{
|
|
"enabled": true,
|
|
"sessionKey": "agent:main:main",
|
|
"lowModel": "openrouter/qwen/qwen3-coder:free",
|
|
"highModels": [
|
|
"xai/grok-4-fast",
|
|
"xai/grok-code-fast-1"
|
|
],
|
|
"warnAfterMinutes": 2,
|
|
"revertAfterMinutes": 45,
|
|
"minWarnIntervalMinutes": 20,
|
|
"stateFile": "~/.openclaw/model-budget-guard-state.json"
|
|
}
|