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
main
dev
bfb12a7
9fe62fc
d038e83
2d4cdc5
14eda1b
02d5bca
2f841f9
f533c97
8dfbdbd
8d6a424
66 files changed (+441 additions, -324 deletions)
📝 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)
CHANGELOG.md
backend/.gitignore
backend/open_webui/__init__.py
backend/open_webui/apps/ollama/main.py
backend/open_webui/apps/openai/main.py
backend/open_webui/apps/webui/main.py
backend/open_webui/apps/webui/routers/utils.py
backend/open_webui/apps/webui/utils.py
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/main.py
backend/open_webui/migrations/scripts/revision.py
backend/open_webui/migrations/versions/7e5b5dc7342b_init.py
backend/open_webui/utils/misc.py
backend/open_webui/utils/payload.py
backend/open_webui/utils/task.py
package-lock.json
package.json
src/lib/components/admin/Settings/Interface.svelte
src/lib/components/chat/Chat.svelte
...and 46 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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.