OpenClaw-Setup/openclaw-setup-max/config/model-budget-guard.config.json

15 lines
348 B
JSON

{
"enabled": true,
"sessionKey": "agent:main:main",
"lowModel": "ollama/qwen3:14b",
"highModels": [
"openrouter/moonshotai/kimi-k2.5",
"xai/grok-4-fast",
"xai/grok-code-fast-1"
],
"warnAfterMinutes": 2,
"revertAfterMinutes": 45,
"minWarnIntervalMinutes": 20,
"stateFile": "~/.openclaw/model-budget-guard-state.json"
}