chores: remove searchapi (#2429)

This commit is contained in:
yetone
2025-07-10 10:52:49 +08:00
committed by GitHub
parent 14cfccdba9
commit 286b5ba7ae
2 changed files with 2 additions and 6 deletions

View File

@@ -1024,7 +1024,6 @@ Avante's tools include some web search engines, currently support:
- [Tavily](https://tavily.com/)
- [SerpApi](https://serpapi.com/)
- [SearchAPI](https://www.searchapi.io/)
- Google's [Programmable Search Engine](https://developers.google.com/custom-search/v1/overview)
- [Kagi](https://help.kagi.com/kagi/api/search.html)
- [Brave Search](https://api-dashboard.search.brave.com/app/documentation/web-search/get-started)
@@ -1034,7 +1033,7 @@ The default is Tavily, and can be changed through configuring `Config.web_search
```lua
web_search_engine = {
provider = "tavily", -- tavily, serpapi, searchapi, google, kagi, brave, or searxng
provider = "tavily", -- tavily, serpapi, google, kagi, brave, or searxng
proxy = nil, -- proxy support, e.g., http://127.0.0.1:7890
}
```
@@ -1043,7 +1042,6 @@ Environment variables required for providers:
- Tavily: `TAVILY_API_KEY`
- SerpApi: `SERPAPI_API_KEY`
- SearchAPI: `SEARCHAPI_API_KEY`
- Google:
- `GOOGLE_SEARCH_API_KEY` as the [API key](https://developers.google.com/custom-search/v1/overview)
- `GOOGLE_SEARCH_ENGINE_ID` as the [search engine](https://programmablesearchengine.google.com) ID

View File

@@ -809,7 +809,6 @@ Avante 的工具包括一些 Web 搜索引擎,目前支持:
- [Tavily](https://tavily.com/)
- [SerpApi](https://serpapi.com/)
- [SearchAPI](https://www.searchapi.io/)
- Google's [Programmable Search Engine](https://developers.google.com/custom-search/v1/overview)
- [Kagi](https://help.kagi.com/kagi/api/search.html)
- [Brave Search](https://api-dashboard.search.brave.com/app/documentation/web-search/get-started)
@@ -819,7 +818,7 @@ Avante 的工具包括一些 Web 搜索引擎,目前支持:
```lua
web_search_engine = {
provider = "tavily", -- tavily, serpapi, searchapi, google, kagi, brave 或 searxng
provider = "tavily", -- tavily, serpapi, google, kagi, brave 或 searxng
proxy = nil, -- proxy support, e.g., http://127.0.0.1:7890
}
```
@@ -828,7 +827,6 @@ web_search_engine = {
- Tavily: `TAVILY_API_KEY`
- SerpApi: `SERPAPI_API_KEY`
- SearchAPI: `SEARCHAPI_API_KEY`
- Google:
- `GOOGLE_SEARCH_API_KEY` 作为 [API 密钥](https://developers.google.com/custom-search/v1/overview)
- `GOOGLE_SEARCH_ENGINE_ID` 作为 [搜索引擎](https://programmablesearchengine.google.com) ID