mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[PR #12809] [MERGED] 0.6.5 #23022
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/12809
Author: @tjbck
Created: 4/13/2025
Status: ✅ Merged
Merged: 4/14/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
aaefba2chore: bump70d9405i18n: update zh-CN8158609Merge pull request #12810 from tth37/i18n_small_fix24367d4Enable vad_filter to improve quality of transcription in faster-whisper model.08bcfdb[i18n] Russian locale updatec70fedbProperly handle ldap3.abstract.attribute.Attribute value370f934Merge pull request #12819 from athoik/devbc2b5d3Merge pull request #12816 from SadmL/dev2fcf5d8refac70718ddrefac📊 Changes
72 files changed (+1409 additions, -895 deletions)
View changed files
📝
CHANGELOG.md(+15 -0)📝
backend/open_webui/config.py(+23 -0)📝
backend/open_webui/main.py(+15 -8)📝
backend/open_webui/routers/audio.py(+5 -1)📝
backend/open_webui/routers/auths.py(+3 -1)📝
backend/open_webui/routers/retrieval.py(+14 -14)📝
backend/open_webui/routers/users.py(+3 -0)📝
backend/open_webui/socket/main.py(+11 -10)📝
backend/open_webui/utils/middleware.py(+14 -7)📝
package-lock.json(+710 -628)📝
package.json(+4 -4)📝
src/lib/components/admin/Settings/Audio.svelte(+1 -2)📝
src/lib/components/admin/Users/Groups.svelte(+3 -0)📝
src/lib/components/admin/Users/Groups/Permissions.svelte(+31 -5)📝
src/lib/components/chat/Chat.svelte(+28 -26)📝
src/lib/components/chat/MessageInput.svelte(+2 -2)📝
src/lib/components/chat/Messages/ResponseMessage.svelte(+99 -86)📝
src/lib/components/chat/ModelSelector/Selector.svelte(+3 -1)📝
src/lib/components/chat/Settings/Interface.svelte(+29 -0)📝
src/lib/i18n/locales/ar-BH/translation.json(+4 -0)...and 52 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.