chenbhao commited on
Commit
7f4aa7a
·
1 Parent(s): 648fa4b

chore: change config style

Browse files
Files changed (1) hide show
  1. README.md +2 -5
README.md CHANGED
@@ -65,7 +65,7 @@ cp VersperClaw ~/.local/bin
65
  > If you no need `auto-compact / dream / control context-window`
66
  > and `websearch` feature. you can no configuration anything
67
  >
68
- > if you no need free `local-websearch` you can skip config searxng
69
  > and just set `TAVILY_API_KEY` in env
70
 
71
  ```bash
@@ -86,12 +86,10 @@ cp VersperClaw ~/.local/bin
86
  "autoMemoryEnabled": true,
87
  "autoDreamEnabled": true
88
  }
89
-
90
  ```
91
 
92
  ```bash
93
- ## config searxng
94
-
95
  # 1. docker configuration
96
  # local config search engine - searxng in archlinux
97
  # make sure have install docker and docker-compose
@@ -118,7 +116,6 @@ docker compose up -d
118
  # 3. check search feature
119
  # check in every browser
120
  firefox http://localhost:8080
121
- # or allow tool search in ~/.bashrc
122
  ```
123
 
124
 
 
65
  > If you no need `auto-compact / dream / control context-window`
66
  > and `websearch` feature. you can no configuration anything
67
  >
68
+ > if you no need free `local-websearch` you can skip config `searxng``
69
  > and just set `TAVILY_API_KEY` in env
70
 
71
  ```bash
 
86
  "autoMemoryEnabled": true,
87
  "autoDreamEnabled": true
88
  }
 
89
  ```
90
 
91
  ```bash
92
+ # Config SearXNG
 
93
  # 1. docker configuration
94
  # local config search engine - searxng in archlinux
95
  # make sure have install docker and docker-compose
 
116
  # 3. check search feature
117
  # check in every browser
118
  firefox http://localhost:8080
 
119
  ```
120
 
121