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
main
feature/role-names
a7772b4
8572494
9f936a0
4f9ce28
9d37350
0882433
5261d3d
f7920df
8a63a60
135b57c
192 files changed (+4491 additions, -3064 deletions)
📝 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)
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/internal/db.py
backend/open_webui/main.py
backend/open_webui/retrieval/loaders/main.py
backend/open_webui/retrieval/utils.py
backend/open_webui/retrieval/vector/dbs/opensearch.py
backend/open_webui/retrieval/vector/dbs/qdrant.py
backend/open_webui/retrieval/vector/dbs/qdrant_multitenancy.py
backend/open_webui/retrieval/web/brave.py
backend/open_webui/routers/audio.py
backend/open_webui/routers/auths.py
backend/open_webui/routers/chats.py
backend/open_webui/routers/configs.py
backend/open_webui/routers/files.py
backend/open_webui/routers/images.py
backend/open_webui/routers/ollama.py
backend/open_webui/routers/openai.py
backend/open_webui/routers/retrieval.py
backend/open_webui/socket/main.py
...and 80 more files
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.
No dependencies set.
The note is not visible to the blocked user.
📋 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.