Original PR: https://github.com/open-webui/open-webui/pull/1654 Author: @tjbck Created: 4/21/2024 Status: ✅ Merged Merged: 4/24/2024 Merged by: @tjbck
Base: main ← Head: dev
main
dev
efa258c
5e458d4
a41b195
8651bec
3c382d4
a59fb6b
5119116
2717fe7
67df928
81b7cdf
32 files changed (+1005 additions, -611 deletions)
📝 CHANGELOG.md (+13 -0) 📝 Dockerfile (+6 -6) 📝 backend/apps/images/main.py (+19 -13) 📝 backend/apps/litellm/main.py (+302 -51) 📝 backend/apps/rag/main.py (+89 -119) 📝 backend/apps/rag/utils.py (+45 -139) 📝 backend/apps/web/routers/chats.py (+6 -1) 📝 backend/apps/web/routers/utils.py (+5 -1) 📝 backend/config.py (+23 -5) 📝 backend/constants.py (+4 -0) 📝 backend/main.py (+14 -2) 📝 backend/requirements.txt (+5 -1) 📝 package-lock.json (+2 -2) 📝 package.json (+1 -1) 📝 src/lib/apis/images/index.ts (+7 -6) ➕ src/lib/apis/streaming/index.ts (+70 -0) 📝 src/lib/components/admin/Settings/Database.svelte (+28 -25) 📝 src/lib/components/chat/Settings/Audio.svelte (+9 -7) 📝 src/lib/components/chat/Settings/Chats.svelte (+1 -1) 📝 src/lib/components/chat/Settings/Images.svelte (+54 -21)
CHANGELOG.md
Dockerfile
backend/apps/images/main.py
backend/apps/litellm/main.py
backend/apps/rag/main.py
backend/apps/rag/utils.py
backend/apps/web/routers/chats.py
backend/apps/web/routers/utils.py
backend/config.py
backend/constants.py
backend/main.py
backend/requirements.txt
package-lock.json
package.json
src/lib/apis/images/index.ts
src/lib/apis/streaming/index.ts
src/lib/components/admin/Settings/Database.svelte
src/lib/components/chat/Settings/Audio.svelte
src/lib/components/chat/Settings/Chats.svelte
src/lib/components/chat/Settings/Images.svelte
...and 12 more files
Resolves #1656 #1660
🔄 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/1654
Author: @tjbck
Created: 4/21/2024
Status: ✅ Merged
Merged: 4/24/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
efa258cfeat: split large openai responses into smaller chunkers5e458d4fix: run litellm as subprocessa41b195DO NOT TRACK ME >:(8651becpwned :)3c382d4refac: close subprocess gracefullya59fb6bfix5119116feat: restart subprocess route2717fe7fix67df928feat: make chunk splitting a configurable option81b7cdffix: add typescript types for models📊 Changes
32 files changed (+1005 additions, -611 deletions)
View changed files
📝
CHANGELOG.md(+13 -0)📝
Dockerfile(+6 -6)📝
backend/apps/images/main.py(+19 -13)📝
backend/apps/litellm/main.py(+302 -51)📝
backend/apps/rag/main.py(+89 -119)📝
backend/apps/rag/utils.py(+45 -139)📝
backend/apps/web/routers/chats.py(+6 -1)📝
backend/apps/web/routers/utils.py(+5 -1)📝
backend/config.py(+23 -5)📝
backend/constants.py(+4 -0)📝
backend/main.py(+14 -2)📝
backend/requirements.txt(+5 -1)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
src/lib/apis/images/index.ts(+7 -6)➕
src/lib/apis/streaming/index.ts(+70 -0)📝
src/lib/components/admin/Settings/Database.svelte(+28 -25)📝
src/lib/components/chat/Settings/Audio.svelte(+9 -7)📝
src/lib/components/chat/Settings/Chats.svelte(+1 -1)📝
src/lib/components/chat/Settings/Images.svelte(+54 -21)...and 12 more files
📄 Description
Resolves #1656 #1660
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.