Update start-openclaw.sh
Browse files- 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 |
-
|
| 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 |
|