mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-13 11:33:32 -05:00
[PR #12518] [CLOSED] reference pr, won't be merged: web search info modal #9736
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/12518
Author: @ndrsfel
Created: 4/6/2025
Status: ❌ Closed
Base:
dev← Head:feat-web-search-privacy-notice📝 Commits (3)
30662baFeat: Add Web Search Privacy Notice2e78ad7make privacy notice modal optional, configurable via admin ui and env var0b49248Merge branch 'dev' into feat-web-search-privacy-notice📊 Changes
8 files changed (+118 additions, -11 deletions)
View changed files
📝
backend/open_webui/config.py(+6 -0)📝
backend/open_webui/main.py(+3 -0)📝
backend/open_webui/routers/retrieval.py(+6 -0)📝
src/lib/components/admin/Settings/WebSearch.svelte(+15 -0)📝
src/lib/components/chat/MessageInput.svelte(+26 -11)➕
src/lib/components/chat/WebSearchModal.svelte(+58 -0)📝
src/lib/i18n/locales/en-US/translation.json(+3 -0)📝
src/lib/stores/index.ts(+1 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Added
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.