1u commited on
Commit
de293c1
·
verified ·
1 Parent(s): d6f2975

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +7 -0
Dockerfile CHANGED
@@ -75,6 +75,13 @@ if [ ! -f /root/.openclaw/openclaw.json ]; then
75
  "models": [{ "id": "minimaxai/minimax-m2.1", "name": "minimax-m2.1" }]
76
  }
77
  }
 
 
 
 
 
 
 
78
  }
79
  }
80
  JSON
 
75
  "models": [{ "id": "minimaxai/minimax-m2.1", "name": "minimax-m2.1" }]
76
  }
77
  }
78
+ },
79
+ "channels": {
80
+ "telegram": {
81
+ "enabled": true,
82
+ "botToken": "${TG_BOT_TOKEN}",
83
+ "dmPolicy": "pairing"
84
+ }
85
  }
86
  }
87
  JSON