Original PR: https://github.com/open-webui/open-webui/pull/18118 Author: @tjbck Created: 10/7/2025 Status: ✅ Merged Merged: 10/7/2025 Merged by: @tjbck
Base: main ← Head: dev
main
dev
c6d8049
8df74dd
3b1197a
3389f0e
a395af3
c9c0dd3
0a928d6
2a3f57b
b15db79
b387880
156 files changed (+6069 additions, -3148 deletions)
📝 .github/ISSUE_TEMPLATE/bug_report.yaml (+2 -0) 📝 .github/pull_request_template.md (+5 -4) 📝 CHANGELOG.md (+69 -0) 📝 backend/open_webui/config.py (+40 -10) 📝 backend/open_webui/env.py (+8 -2) 📝 backend/open_webui/main.py (+70 -27) 📝 backend/open_webui/models/files.py (+3 -1) 📝 backend/open_webui/models/functions.py (+27 -1) 📝 backend/open_webui/retrieval/loaders/main.py (+1 -3) 📝 backend/open_webui/retrieval/loaders/youtube.py (+7 -0) 📝 backend/open_webui/retrieval/utils.py (+44 -2) 📝 backend/open_webui/retrieval/web/utils.py (+2 -1) 📝 backend/open_webui/routers/audio.py (+14 -4) 📝 backend/open_webui/routers/channels.py (+37 -21) 📝 backend/open_webui/routers/configs.py (+2 -2) 📝 backend/open_webui/routers/folders.py (+35 -20) 📝 backend/open_webui/routers/functions.py (+6 -0) 📝 backend/open_webui/routers/ollama.py (+4 -0) 📝 backend/open_webui/routers/openai.py (+3 -0) 📝 backend/open_webui/routers/retrieval.py (+46 -53)
.github/ISSUE_TEMPLATE/bug_report.yaml
.github/pull_request_template.md
CHANGELOG.md
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/main.py
backend/open_webui/models/files.py
backend/open_webui/models/functions.py
backend/open_webui/retrieval/loaders/main.py
backend/open_webui/retrieval/loaders/youtube.py
backend/open_webui/retrieval/utils.py
backend/open_webui/retrieval/web/utils.py
backend/open_webui/routers/audio.py
backend/open_webui/routers/channels.py
backend/open_webui/routers/configs.py
backend/open_webui/routers/folders.py
backend/open_webui/routers/functions.py
backend/open_webui/routers/ollama.py
backend/open_webui/routers/openai.py
backend/open_webui/routers/retrieval.py
...and 80 more files
No description provided
🔄 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/18118
Author: @tjbck
Created: 10/7/2025
Status: ✅ Merged
Merged: 10/7/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
c6d8049feat: improve ollama model management experience8df74ddfix3b1197ai18n: improve Chinese translation3389f0efix: handle non‑UTF8 chars in third‑party responses without errora395af3German translation of new strings in i18nc9c0dd3log web search queries only with level 'debug' instead of 'info'0a928d6Tool calls now only include text and dont inlcude other content like image b642a3f57bfix onedriveb15db79Merge pull request #17902 from Classic298/patch-1b387880Merge pull request #17897 from jmleksan/fix/tool-task-only-include-text📊 Changes
156 files changed (+6069 additions, -3148 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.yaml(+2 -0)📝
.github/pull_request_template.md(+5 -4)📝
CHANGELOG.md(+69 -0)📝
backend/open_webui/config.py(+40 -10)📝
backend/open_webui/env.py(+8 -2)📝
backend/open_webui/main.py(+70 -27)📝
backend/open_webui/models/files.py(+3 -1)📝
backend/open_webui/models/functions.py(+27 -1)📝
backend/open_webui/retrieval/loaders/main.py(+1 -3)📝
backend/open_webui/retrieval/loaders/youtube.py(+7 -0)📝
backend/open_webui/retrieval/utils.py(+44 -2)📝
backend/open_webui/retrieval/web/utils.py(+2 -1)📝
backend/open_webui/routers/audio.py(+14 -4)📝
backend/open_webui/routers/channels.py(+37 -21)📝
backend/open_webui/routers/configs.py(+2 -2)📝
backend/open_webui/routers/folders.py(+35 -20)📝
backend/open_webui/routers/functions.py(+6 -0)📝
backend/open_webui/routers/ollama.py(+4 -0)📝
backend/open_webui/routers/openai.py(+3 -0)📝
backend/open_webui/routers/retrieval.py(+46 -53)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.