mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #18118] [MERGED] 0.6.33 #40305
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/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.