mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #9945] [MERGED] 0.5.12 #45490
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/9945
Author: @tjbck
Created: 2/13/2025
Status: ✅ Merged
Merged: 2/14/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
d590647Update translation.json3ac3615Merge pull request #9890 from OriginalSimon/dev86074cffix: re-enable tool use when sending tool outpute98f859formatc47eddcOptional title generationc315634Merge pull request #9917 from nachogmd/devdf1ff8fchore: remove flask95d56c7Merge pull request #9907 from smonux/devba4b0dbfix playground text completioncd27845fix: direct connections📊 Changes
77 files changed (+869 additions, -141 deletions)
View changed files
📝
CHANGELOG.md(+13 -0)📝
backend/open_webui/config.py(+18 -0)📝
backend/open_webui/main.py(+6 -0)➕
backend/open_webui/retrieval/web/serpapi.py(+48 -0)📝
backend/open_webui/routers/retrieval.py(+27 -1)📝
backend/open_webui/routers/tasks.py(+11 -0)📝
backend/open_webui/utils/chat.py(+15 -9)📝
backend/open_webui/utils/middleware.py(+42 -16)📝
backend/open_webui/utils/misc.py(+5 -4)📝
backend/requirements.txt(+0 -3)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
pyproject.toml(+0 -3)📝
src/lib/components/admin/Settings/Interface.svelte(+26 -13)📝
src/lib/components/admin/Settings/WebSearch.svelte(+29 -0)📝
src/lib/components/chat/Messages/ContentRenderer.svelte(+3 -0)📝
src/lib/components/chat/Messages/Markdown.svelte(+3 -0)📝
src/lib/components/chat/Messages/Markdown/MarkdownTokens.svelte(+45 -1)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+3 -0)📝
src/lib/components/chat/Settings/Connections/Connection.svelte(+1 -0)...and 57 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.