mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
[PR #5565] [MERGED] 0.3.23 #8502
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/5565
Author: @tjbck
Created: 9/21/2024
Status: ✅ Merged
Merged: 9/21/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
ffd7d74enh: websocket redis support585b9ebrefac4192617fix/refac: use ollama /api/chat endpoint for tasks3a0a1acrefac: task ollama stream support95985e7refac657d443fixe1ea0c2Fixed the issue of being unable to generate titles692f04denh: width adjustable chat controls98928f6enh: save chat controls width5d848adrefac📊 Changes
17 files changed (+550 additions, -289 deletions)
View changed files
📝
CHANGELOG.md(+21 -0)📝
backend/open_webui/apps/openai/main.py(+8 -3)📝
backend/open_webui/apps/rag/main.py(+25 -25)📝
backend/open_webui/apps/socket/main.py(+30 -8)📝
backend/open_webui/env.py(+4 -0)📝
backend/open_webui/main.py(+36 -16)📝
backend/open_webui/utils/misc.py(+12 -4)📝
backend/open_webui/utils/payload.py(+46 -0)➕
backend/open_webui/utils/response.py(+32 -0)📝
package-lock.json(+14 -2)📝
package.json(+2 -1)📝
src/lib/components/chat/Chat.svelte(+132 -105)📝
src/lib/components/chat/ChatControls.svelte(+94 -61)📝
src/lib/components/chat/MessageInput/CallOverlay.svelte(+82 -60)📝
src/lib/components/chat/MessageInput/VoiceRecording.svelte(+9 -1)📝
src/lib/components/chat/Messages/Citations.svelte(+1 -1)📝
src/lib/components/layout/Navbar.svelte(+2 -2)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.