Spaces:
Sleeping
Sleeping
Fix: Quitar type de telegram
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -29,7 +29,7 @@ cat > /root/.openclaw/openclaw.json << 'EOF'
|
|
| 29 |
}
|
| 30 |
},
|
| 31 |
"agents": {"defaults": {"model": {"primary": "9router/combo/free-combo"}}},
|
| 32 |
-
"channels": {"telegram": {"
|
| 33 |
"gateway": {
|
| 34 |
"mode": "local",
|
| 35 |
"bind": "lan",
|
|
|
|
| 29 |
}
|
| 30 |
},
|
| 31 |
"agents": {"defaults": {"model": {"primary": "9router/combo/free-combo"}}},
|
| 32 |
+
"channels": {"telegram": {"botToken": "", "enabled": false}},
|
| 33 |
"gateway": {
|
| 34 |
"mode": "local",
|
| 35 |
"bind": "lan",
|