mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[PR #8159] [MERGED] 0.5.3 #22169
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/8159
Author: @tjbck
Created: 12/28/2024
Status: ✅ Merged
Merged: 12/31/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
3f0dd80fix: chmod +x update_ollama_models.sh7f8b6ebrefac: styling59ed53eMerge pull request #8145 from bernadinm/fix/modified_update_ollama_models.sh7b3a864Add reset panzoom button to SVGPanZoom and cleanupc8fb11dMerge pull request #8158 from cvaz1306/add_reset_button_mermaidjs_rendererd55884benh: ENABLE_REALTIME_CHAT_SAVE5a720a4refac8a7e8b5Add reset panzoom button to SVGPanZoom and cleanup95598e5Merge branch 'dev' into add_reset_button_mermaidjs_rendererf7d1833Fixing formatting📊 Changes
3928 files changed (+12955 additions, -330 deletions)
View changed files
📝
CHANGELOG.md(+20 -0)📝
README.md(+8 -0)📝
backend/open_webui/env.py(+8 -0)➕
backend/open_webui/migrations/versions/3781e22d8b01_update_message_table.py(+70 -0)📝
backend/open_webui/models/channels.py(+6 -2)📝
backend/open_webui/models/chats.py(+9 -0)📝
backend/open_webui/models/messages.py(+143 -7)📝
backend/open_webui/retrieval/utils.py(+4 -1)📝
backend/open_webui/routers/channels.py(+329 -13)📝
backend/open_webui/routers/files.py(+1 -1)📝
backend/open_webui/routers/knowledge.py(+4 -8)📝
backend/open_webui/routers/retrieval.py(+5 -1)📝
backend/open_webui/socket/main.py(+29 -0)📝
backend/open_webui/storage/provider.py(+3 -1)📝
backend/open_webui/utils/chat.py(+5 -0)📝
backend/open_webui/utils/middleware.py(+71 -40)📝
backend/open_webui/utils/payload.py(+4 -0)📝
backend/open_webui/utils/response.py(+2 -2)📝
package-lock.json(+9 -2)📝
package.json(+3 -2)...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.