mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #15401] [CLOSED] Feature/role names #62666
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/15401
Author: @cableman
Created: 6/30/2025
Status: ❌ Closed
Base:
main← Head:feature/role-names📝 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
192 files changed (+4491 additions, -3064 deletions)
View changed files
📝
backend/open_webui/config.py(+52 -5)📝
backend/open_webui/env.py(+33 -5)📝
backend/open_webui/internal/db.py(+19 -13)📝
backend/open_webui/main.py(+42 -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(+12 -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
Ticket: https://leantime.itkdev.dk/#/tickets/showTicket/4856
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.