mirror of
https://github.com/open-webui/docs.git
synced 2025-12-12 07:29:49 +07:00
Update env-configuration.mdx
This commit is contained in:
@@ -3104,8 +3104,8 @@ the search query. Example: `http://searxng.local/search?q=<query>`
|
|||||||
|
|
||||||
- Type: `str`
|
- Type: `str`
|
||||||
- Default: `https://api.perplexity.ai/search`
|
- Default: `https://api.perplexity.ai/search`
|
||||||
- Description: Configures the API endpoint for Perplexity Search. Allows using custom or self-hosted Perplexity-compatible API endpoints (such as LiteLLM's `/search` endpoint) instead of the hardcoded default. This enables flexibility in routing search requests to alternative providers or internal proxies.
|
- Description: Configures the API endpoint for Perplexity Search. Allows using custom or self-hosted Perplexity-compatible API endpoints (such as LiteLLM's `/search` endpoint) instead of the hardcoded default for the official Perplexity API. This enables flexibility in routing search requests to alternative providers or internal proxies. **Note: If using LiteLLM, append the specific provider name to the URL path.**
|
||||||
- Example: `my-litellm-server.com/search`
|
- Example: `http://my-litellm-server.com/search/perplexity-search`
|
||||||
- Persistence: This environment variable is a `PersistentConfig` variable.
|
- Persistence: This environment variable is a `PersistentConfig` variable.
|
||||||
|
|
||||||
#### `PERPLEXITY_MODEL`
|
#### `PERPLEXITY_MODEL`
|
||||||
|
|||||||
Reference in New Issue
Block a user