mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #1965] [MERGED] 0.1.124 #7648
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/1965
Author: @tjbck
Created: 5/4/2024
Status: ✅ Merged
Merged: 5/8/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
142f82bAdded some i18n keys & updated german locale30d1048resolved the conflicts 😍dd52ea9added and improved some german translationse57c0c3resolved conflicts #29d8c23bfix: synchronized with the latest updates.115c3a3✨add Symbol startup prompt startup instructions in ShortcutsModalecfb689reface4c7762Merge pull request #1946 from Yanyutin753/shortcuts-dev46027ccMerge branch 'dev' into deve3a3a03Merge pull request #1944 from aguvener/dev📊 Changes
106 files changed (+4941 additions, -1565 deletions)
View changed files
📝
.github/dependabot.yml(+10 -9)📝
.github/pull_request_template.md(+1 -0)📝
.github/workflows/integration-test.yml(+10 -1)📝
CHANGELOG.md(+22 -0)📝
README.md(+1 -1)📝
backend/apps/audio/main.py(+12 -0)📝
backend/apps/litellm/main.py(+4 -0)📝
backend/apps/ollama/main.py(+85 -8)📝
backend/apps/rag/main.py(+76 -12)📝
backend/apps/rag/utils.py(+27 -22)📝
backend/apps/web/routers/auths.py(+16 -1)📝
backend/apps/web/routers/chats.py(+74 -64)📝
backend/config.py(+38 -19)📝
backend/constants.py(+3 -0)📝
backend/main.py(+57 -4)📝
backend/requirements.txt(+2 -4)📝
backend/start.sh(+1 -1)📝
backend/start_windows.bat(+1 -1)📝
backend/utils/misc.py(+4 -3)➖
kubernetes/helm/.helmignore(+0 -1)...and 80 more files
📄 Description
Resolves #1911 #1918 #1695 #1971 #929
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.