mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #10038] [MERGED] 0.5.13 #61316
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/10038
Author: @tjbck
Created: 2/14/2025
Status: ✅ Merged
Merged: 2/18/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
70e8337Update translation.jsonceef600support async load for websearchd3f7193web loader support proxy85c2288Update translation.jsonf376a61Merge branch 'open-webui:main' into patch-442119e2Update translation.json9072959fix: remove whitespace to improve typesetting for inline Markdown8d898f2Added romanian translations5ca39ebUpdate tavily.pya8e3104FIx: Domain Filter list in tavily.py📊 Changes
234 files changed (+4186 additions, -2318 deletions)
View changed files
📝
CHANGELOG.md(+21 -0)📝
README.md(+7 -2)📝
backend/open_webui/config.py(+94 -9)📝
backend/open_webui/env.py(+1 -0)📝
backend/open_webui/main.py(+47 -17)📝
backend/open_webui/retrieval/utils.py(+6 -1)📝
backend/open_webui/retrieval/web/duckduckgo.py(+10 -14)📝
backend/open_webui/retrieval/web/tavily.py(+8 -2)📝
backend/open_webui/retrieval/web/utils.py(+91 -2)📝
backend/open_webui/routers/auths.py(+21 -5)📝
backend/open_webui/routers/channels.py(+3 -1)📝
backend/open_webui/routers/configs.py(+34 -4)📝
backend/open_webui/routers/ollama.py(+1 -1)📝
backend/open_webui/routers/pipelines.py(+59 -51)📝
backend/open_webui/routers/retrieval.py(+51 -14)📝
backend/open_webui/routers/tasks.py(+2 -2)📝
backend/open_webui/routers/utils.py(+41 -11)➕
backend/open_webui/static/loader.js(+0 -0)📝
backend/open_webui/static/swagger-ui/swagger-ui.css(+0 -2)📝
backend/open_webui/utils/auth.py(+54 -1)...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.