aip9105 commited on
Commit
76de2e6
ยท
verified ยท
1 Parent(s): 256ca78

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. start-openclaw.sh +1 -20
start-openclaw.sh CHANGED
@@ -43,27 +43,8 @@ cat > /root/.openclaw/openclaw.json <<EOF
43
  "allowInsecureAuth": true,
44
  "dangerouslyDisableDeviceAuth": true
45
  }
46
- },
47
- "skills": {
48
- "tavily": {
49
- "apiKey": "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",
50
- "defaultSearchDepth": "advanced",
51
- "maxResults": 10,
52
- "timeout": 30000
53
- },
54
- "autoLoad": true,
55
- "safeMode": true
56
- },
57
- "security": {
58
-
59
- "apiKeyProtection": true,
60
- "disableDangerousCommands": true
61
- },
62
- "network": {
63
-
64
- "enabled": true,
65
- "allowedDomains": ["tavily.com"]
66
  }
 
67
  }
68
  EOF
69
 
 
43
  "allowInsecureAuth": true,
44
  "dangerouslyDisableDeviceAuth": true
45
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
46
  }
47
+
48
  }
49
  EOF
50