Shadman9416 commited on
Commit
019a0c2
·
verified ·
1 Parent(s): 84126e2

Upload start-openclaw.sh

Browse files
Files changed (1) hide show
  1. start-openclaw.sh +0 -8
start-openclaw.sh CHANGED
@@ -64,9 +64,6 @@ generate_config() {
64
  "allowInsecureAuth": true,
65
  "dangerouslyDisableDeviceAuth": true,
66
  "allowedOrigins": ["https://shadman9416-open-claw.hf.space"]
67
- },
68
- "pairing": {
69
- "enabled": false
70
  }
71
  },
72
  "models": {
@@ -92,11 +89,6 @@ generate_config() {
92
  "defaults": {
93
  "model": {
94
  "primary": "nvidia/${MODEL_ID}"
95
- },
96
- "tools": {
97
- "cron": { "enabled": true },
98
- "browser": { "enabled": true },
99
- "memory": { "enabled": true }
100
  }
101
  }
102
  }
 
64
  "allowInsecureAuth": true,
65
  "dangerouslyDisableDeviceAuth": true,
66
  "allowedOrigins": ["https://shadman9416-open-claw.hf.space"]
 
 
 
67
  }
68
  },
69
  "models": {
 
89
  "defaults": {
90
  "model": {
91
  "primary": "nvidia/${MODEL_ID}"
 
 
 
 
 
92
  }
93
  }
94
  }