aip9105 commited on
Commit
94c639f
ยท
verified ยท
1 Parent(s): 922154a

Update start-openclaw.sh

Browse files
Files changed (1) hide show
  1. start-openclaw.sh +1 -9
start-openclaw.sh CHANGED
@@ -44,15 +44,7 @@ cat > /root/.openclaw/openclaw.json <<EOF
44
  "dangerouslyDisableDeviceAuth": true
45
  }
46
  },
47
- "skills": {
48
- "entries": {
49
- "tavily-search": {
50
- "enabled": true,
51
- "apiKey": "$TAVILY_API_KEY"
52
- }
53
- }
54
- }
55
-
56
  }
57
  EOF
58
 
 
44
  "dangerouslyDisableDeviceAuth": true
45
  }
46
  },
47
+
 
 
 
 
 
 
 
 
48
  }
49
  EOF
50