From 5ece4c57ff8d6503353dee7af2bca1631083d158 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Sun, 23 Nov 2025 19:34:35 +0100 Subject: [PATCH] Update perplexity_search.mdx --- docs/features/web-search/perplexity_search.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/features/web-search/perplexity_search.mdx b/docs/features/web-search/perplexity_search.mdx index f38fdba..571b607 100644 --- a/docs/features/web-search/perplexity_search.mdx +++ b/docs/features/web-search/perplexity_search.mdx @@ -24,3 +24,9 @@ Perplexity Search API is just a search engine, as opposed to the Perplexity inte 3. Set `Web Search Engine` from dropdown menu to `perplexity_search` 4. Enter your Perplexity API key from [Perplexity API Key management](https://www.perplexity.ai/account/api/keys). 5. Press save + +:::tip + +LiteLLM's `/search` endpoint uses the Perplexity Search API style - you can customize the API endpoint of Open WebUI's perplexity_search web search to point to your LiteLLM instance and use that for web searches! + +:::