Merged
sync#31
Conversation
…arch - Add PERPLEXITY_SEARCH_API_URL config variable with default to https://api.perplexity.ai/search - Allow users to configure custom API endpoint for Perplexity Search API - Add support for forwarding user info headers (X-OpenWebUI-User-Name, X-OpenWebUI-User-Id, X-OpenWebUI-User-Email, X-OpenWebUI-User-Role) - Update search_perplexity_search function to accept api_url and user parameters - Add PERPLEXITY_SEARCH_API_URL field to WebConfig form and frontend UI - Maintain backward compatibility with existing deployments Changes: - backend/open_webui/config.py: Add PERPLEXITY_SEARCH_API_URL persistent config - backend/open_webui/main.py: Add PERPLEXITY_SEARCH_API_URL to app.state - backend/open_webui/retrieval/web/perplexity_search.py: Add api_url and user parameters, forward user headers - backend/open_webui/routers/retrieval.py: Update search_web to pass api_url and user, add to WebConfig form - src/lib/components/admin/Settings/WebSearch.svelte: Add input field for custom API URL
Classic298
added a commit
that referenced
this pull request
Nov 15, 2025
…arch (#31) (open-webui#19147) Co-authored-by: Claude <[email protected]>
Classic298
added a commit
that referenced
this pull request
Nov 15, 2025
…arch (#31) (open-webui#19147) Co-authored-by: Claude <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.