Files
QwenClaw-with-Auth/.qwen/qwenclaw/settings.json

35 lines
569 B
JSON

{
"model": "",
"api": "",
"fallback": {
"model": "",
"api": ""
},
"timezone": "UTC",
"timezoneOffsetMinutes": 0,
"heartbeat": {
"enabled": false,
"interval": 15,
"prompt": "",
"excludeWindows": []
},
"telegram": {
"token": "",
"allowedUserIds": []
},
"security": {
"level": "moderate",
"allowedTools": [],
"disallowedTools": []
},
"web": {
"enabled": false,
"host": "127.0.0.1",
"port": 4632
},
"statusLine": {
"type": "command",
"command": "node .qwen/statusline.cjs"
}
}