You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PicoClaw can be deployed on almost any Linux device!
102
102
103
-
* $9.9 [LicheeRV-Nano](https://www.aliexpress.com/item/1005006519668532.html) E(Ethernet) or W(WiFi6) version, for Minimal Home Assistant
104
-
* $30~50 [NanoKVM](https://www.aliexpress.com/item/1005007369816019.html), or $100 [NanoKVM-Pro](https://www.aliexpress.com/item/1005010048471263.html) for Automated Server Maintenance
105
-
* $50 [MaixCAM](https://www.aliexpress.com/item/1005008053333693.html) or $100 [MaixCAM2](https://www.kickstarter.com/projects/zepan/maixcam2-build-your-next-gen-4k-ai-camera) for Smart Monitoring
103
+
- $9.9 [LicheeRV-Nano](https://www.aliexpress.com/item/1005006519668532.html) E(Ethernet) or W(WiFi6) version, for Minimal Home Assistant
104
+
- $30~50 [NanoKVM](https://www.aliexpress.com/item/1005007369816019.html), or $100 [NanoKVM-Pro](https://www.aliexpress.com/item/1005010048471263.html) for Automated Server Maintenance
105
+
- $50 [MaixCAM](https://www.aliexpress.com/item/1005008053333693.html) or $100 [MaixCAM2](https://www.kickstarter.com/projects/zepan/maixcam2-build-your-next-gen-4k-ai-camera) for Smart Monitoring
@@ -750,21 +761,28 @@ This is normal if you haven't configured a search API key yet. PicoClaw will pro
750
761
751
762
To enable web search:
752
763
753
-
1. Get a free API key at [https://brave.com/search/api](https://brave.com/search/api) (2000 free queries/month)
754
-
2. Add to `~/.picoclaw/config.json`:
755
-
756
-
```json
757
-
{
758
-
"tools": {
759
-
"web": {
760
-
"search": {
761
-
"api_key": "YOUR_BRAVE_API_KEY",
762
-
"max_results": 5
763
-
}
764
-
}
765
-
}
766
-
}
767
-
```
764
+
1.**Option 1 (Recommended)**: Get a free API key at [https://brave.com/search/api](https://brave.com/search/api) (2000 free queries/month) for the best results.
765
+
2.**Option 2 (No Credit Card)**: If you don't have a key, we automatically fall back to **DuckDuckGo** (no key required).
766
+
767
+
Add the key to `~/.picoclaw/config.json` if using Brave:
768
+
769
+
```json
770
+
{
771
+
"tools": {
772
+
"web": {
773
+
"brave": {
774
+
"enabled": false,
775
+
"api_key": "YOUR_BRAVE_API_KEY",
776
+
"max_results": 5
777
+
},
778
+
"duckduckgo": {
779
+
"enabled": true,
780
+
"max_results": 5
781
+
}
782
+
}
783
+
}
784
+
}
785
+
```
768
786
769
787
### Getting content filtering errors
770
788
@@ -778,9 +796,9 @@ This happens when another instance of the bot is running. Make sure only one `pi
0 commit comments