diff --git a/docs/configuration.md b/docs/configuration.md index 1e16b356..aa43084b 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1613,7 +1613,7 @@ Create a key at [keenable.ai](https://keenable.ai). You can also set `KEENABLE_A | Option | Type | Default | Description | |--------|------|---------|-------------| -| `provider` | string | `"duckduckgo"` | Search backend: `brave`, `tavily`, `jina`, `kagi`, `olostep`, `bocha`, `volcengine`, `searxng`, `duckduckgo` | +| `provider` | string | `"duckduckgo"` | Search backend: `brave`, `tavily`, `jina`, `kagi`, `olostep`, `bocha`, `volcengine`, `keenable`, `searxng`, `duckduckgo` | | `apiKey` | string | `""` | API key for API-backed search providers | | `baseUrl` | string | `""` | Base URL for SearXNG | | `maxResults` | integer | `5` | Results per search (1–10) |