mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[PR #1654] [MERGED] 0.1.121 #20744
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/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.