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

14 lines
307 B
JSON

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