mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #15473] [CLOSED] style/chat background box #62699
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/15473
Author: @henninggit
Created: 7/2/2025
Status: ❌ Closed
Base:
main← Head:feature/chat-background-box📝 Commits (10+)
a7772b4Italian translation improved8572494Update Controls.svelte9f936a0Update General.svelte4f9ce28Update ChatPlaceholder.svelte9d37350Update Markdown.svelte0882433Update Controls.svelte5261d3dUpdate General.sveltef7920dfFix non-ascii error issue on ENABLE_FORWARD_USER_INFO_HEADERS8a63a60Fix typo on ollama patch135b57cUpdate Placeholder.svelte📊 Changes
205 files changed (+4574 additions, -2979 deletions)
View changed files
📝
backend/open_webui/config.py(+52 -5)📝
backend/open_webui/env.py(+39 -5)📝
backend/open_webui/internal/db.py(+19 -13)📝
backend/open_webui/main.py(+44 -4)📝
backend/open_webui/retrieval/loaders/main.py(+3 -1)📝
backend/open_webui/retrieval/utils.py(+44 -36)📝
backend/open_webui/retrieval/vector/dbs/opensearch.py(+6 -3)📝
backend/open_webui/retrieval/vector/dbs/qdrant.py(+21 -1)📝
backend/open_webui/retrieval/vector/dbs/qdrant_multitenancy.py(+21 -1)📝
backend/open_webui/retrieval/web/brave.py(+3 -1)📝
backend/open_webui/routers/audio.py(+14 -9)📝
backend/open_webui/routers/auths.py(+1 -0)📝
backend/open_webui/routers/chats.py(+4 -2)📝
backend/open_webui/routers/configs.py(+14 -7)📝
backend/open_webui/routers/files.py(+8 -7)📝
backend/open_webui/routers/images.py(+22 -6)📝
backend/open_webui/routers/ollama.py(+39 -37)📝
backend/open_webui/routers/openai.py(+55 -44)📝
backend/open_webui/routers/retrieval.py(+17 -0)📝
backend/open_webui/socket/main.py(+22 -4)...and 80 more files
📄 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
Changed
Deprecated
Removed
Fixed
Security
Breaking Changes
Additional Information
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.