jar / openclaw.json
vish85521's picture
Update openclaw.json
620593c verified
Raw
History Blame Contribute Delete
909 Bytes
{
"models": {
"providers": {
"ollama-hf": {
"baseUrl": "https://vish85521-qwen.hf.space",
"api": "ollama",
"models": [
{ "id": "minimax-m2.5:cloud", "name": "minimax-m2.5:cloud" }
]
}
}
},
"agents": {
"defaults": {
"model": "ollama-hf/minimax-m2.5:cloud",
"workspace": "/home/node/.openclaw/workspace"
}
},
"gateway": {
"mode": "local",
"bind": "lan",
"port": 7860,
"auth": {
"token": "54127a5aad308ea5efce45551402db68d70b30916e9515bacfb0f1b420e5de92"
},
"controlUi": {
"enabled": true,
"allowInsecureAuth": true,
"allowedOrigins": ["*"]
}
},
"channels": {
"telegram": {
"enabled": true,
"botToken": "8734787926:AAEpQSQY9T1rPhoJy--_zV1VF1RcrDWgat0",
"dmPolicy": "open",
"allowFrom": ["*"],
"groupPolicy": "disabled"
}
}
}