add kagi info to README
This commit is contained in:
@@ -1312,6 +1312,7 @@ If you need to allow trusted private ranges such as Tailscale / CGNAT addresses,
|
|||||||
| `brave` | `apiKey` | `BRAVE_API_KEY` | No |
|
| `brave` | `apiKey` | `BRAVE_API_KEY` | No |
|
||||||
| `tavily` | `apiKey` | `TAVILY_API_KEY` | No |
|
| `tavily` | `apiKey` | `TAVILY_API_KEY` | No |
|
||||||
| `jina` | `apiKey` | `JINA_API_KEY` | Free tier (10M tokens) |
|
| `jina` | `apiKey` | `JINA_API_KEY` | Free tier (10M tokens) |
|
||||||
|
| `kagi` | `apiKey` | `KAGI_API_KEY` | No |
|
||||||
| `searxng` | `baseUrl` | `SEARXNG_BASE_URL` | Yes (self-hosted) |
|
| `searxng` | `baseUrl` | `SEARXNG_BASE_URL` | Yes (self-hosted) |
|
||||||
| `duckduckgo` (default) | — | — | Yes |
|
| `duckduckgo` (default) | — | — | Yes |
|
||||||
|
|
||||||
@@ -1368,6 +1369,20 @@ If you need to allow trusted private ranges such as Tailscale / CGNAT addresses,
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Kagi:**
|
||||||
|
```json
|
||||||
|
{
|
||||||
|
"tools": {
|
||||||
|
"web": {
|
||||||
|
"search": {
|
||||||
|
"provider": "kagi",
|
||||||
|
"apiKey": "your-kagi-api-key"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
**SearXNG** (self-hosted, no API key needed):
|
**SearXNG** (self-hosted, no API key needed):
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user