Update env-configuration.mdx

This commit is contained in:
Classic298
2025-12-01 13:01:19 +01:00
committed by GitHub
parent 5f47e7dd90
commit d076d91017

View File

@@ -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`