mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[PR #5238] [MERGED] 0.3.20 #37278
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/5238
Author: @tjbck
Created: 9/7/2024
Status: ✅ Merged
Merged: 9/7/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
bfb12a7refac9fe62fcrefacd038e83i18n: Update Catalan translation.json2d4cdc5Merge pull request #5209 from aleixdorca/dev14eda1bfix: pdf download FONTS_DIR issue02d5bcafix: tools & function not installing requirements2f841f9fix: enable inline link image renderingf533c97fix: close chat controls after call ends8dfbdbdfix: mic kept alive after call issue8d6a424fix: markdown proper spacing📊 Changes
66 files changed (+441 additions, -324 deletions)
View changed files
📝
CHANGELOG.md(+21 -0)📝
backend/.gitignore(+1 -5)📝
backend/open_webui/__init__.py(+2 -0)📝
backend/open_webui/apps/ollama/main.py(+5 -1)📝
backend/open_webui/apps/openai/main.py(+4 -1)📝
backend/open_webui/apps/webui/main.py(+6 -2)📝
backend/open_webui/apps/webui/routers/utils.py(+3 -5)📝
backend/open_webui/apps/webui/utils.py(+11 -18)📝
backend/open_webui/config.py(+9 -35)📝
backend/open_webui/env.py(+6 -16)📝
backend/open_webui/main.py(+40 -17)➕
backend/open_webui/migrations/scripts/revision.py(+19 -0)📝
backend/open_webui/migrations/versions/7e5b5dc7342b_init.py(+11 -31)📝
backend/open_webui/utils/misc.py(+8 -84)➕
backend/open_webui/utils/payload.py(+88 -0)📝
backend/open_webui/utils/task.py(+38 -17)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
src/lib/components/admin/Settings/Interface.svelte(+41 -25)📝
src/lib/components/chat/Chat.svelte(+14 -10)...and 46 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.