mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #14616] [MERGED] feat: add Perplexity AI model and search context usage configuration options #10319
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/14616
Author: @Davixk
Created: 6/2/2025
Status: ✅ Merged
Merged: 6/4/2025
Merged by: @tjbck
Base:
dev← Head:feat/new-perplexity-options📝 Commits (2)
96e9bfefeat: add Perplexity model and search context usage configuration options77b357cfix: update label for search context usage to clarify its purpose📊 Changes
5 files changed (+80 additions, -9 deletions)
View changed files
📝
backend/open_webui/config.py(+12 -0)📝
backend/open_webui/main.py(+4 -0)📝
backend/open_webui/retrieval/web/perplexity.py(+20 -2)📝
backend/open_webui/routers/retrieval.py(+12 -7)📝
src/lib/components/admin/Settings/WebSearch.svelte(+32 -0)📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Added
I'm planning to soon add support for the Domain Filter List feature, which currently does not get sent to the endpoint with the Perplexity implementation.
Screenshots or Videos
Contributor License Agreement
By submitting this pull request, I confirm that I have read and fully agree to the Contributor License Agreement (CLA), and I am providing my contributions under its terms.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.