mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #14486] [MERGED] 0.6.13 #62343
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/14486
Author: @tjbck
Created: 5/29/2025
Status: ✅ Merged
Merged: 5/29/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
42be1f9Add Azure OpenAI embedding support01eedd3Handles undefined message case in message list creation2c723e1i18n: Update & Improve zh-CN309380bUpdate fi-FI translation.jsond43bbcarefac/fix: open webui params handling155518eMerge pull request #14478 from Kylapaallikko/devbd4e010Merge pull request #14477 from qingchunnh/Update_zh-CN-255292553679doc: typof1507f2Merge pull request #14472 from Davixk/fix/chat-loading-errora214e63Update Korean translation - Documentation📊 Changes
23 files changed (+524 additions, -230 deletions)
View changed files
📝
CHANGELOG.md(+16 -0)📝
README.md(+1 -1)📝
backend/open_webui/config.py(+16 -0)📝
backend/open_webui/functions.py(+7 -2)📝
backend/open_webui/main.py(+22 -2)📝
backend/open_webui/retrieval/utils.py(+83 -31)📝
backend/open_webui/routers/audio.py(+3 -6)📝
backend/open_webui/routers/ollama.py(+8 -5)📝
backend/open_webui/routers/openai.py(+6 -2)📝
backend/open_webui/routers/retrieval.py(+63 -5)📝
backend/open_webui/utils/middleware.py(+34 -7)📝
backend/open_webui/utils/payload.py(+48 -2)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
src/lib/apis/retrieval/index.ts(+7 -0)📝
src/lib/components/admin/Settings/Documents.svelte(+45 -2)📝
src/lib/components/workspace/Prompts/PromptEditor.svelte(+1 -1)📝
src/lib/i18n/locales/fi-FI/translation.json(+49 -49)📝
src/lib/i18n/locales/ko-KR/translation.json(+1 -1)📝
src/lib/i18n/locales/zh-CN/translation.json(+76 -76)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.