[PR #5565] [MERGED] 0.3.23 #8502

Closed
opened 2025-11-11 17:58:11 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: dev


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/5565 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 9/21/2024 **Status:** ✅ Merged **Merged:** 9/21/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`ffd7d74`](https://github.com/open-webui/open-webui/commit/ffd7d74f779f4a0ab85c8a0655ffb7f264d81cdc) enh: websocket redis support - [`585b9eb`](https://github.com/open-webui/open-webui/commit/585b9eb84a783c1135f0e739b0434ab8a1fbaf55) refac - [`4192617`](https://github.com/open-webui/open-webui/commit/41926172d3858cbef5115de014333f21304caa06) fix/refac: use ollama /api/chat endpoint for tasks - [`3a0a1ac`](https://github.com/open-webui/open-webui/commit/3a0a1aca1184f5c8c7a7cf3a7217a7980d80d4f6) refac: task ollama stream support - [`95985e7`](https://github.com/open-webui/open-webui/commit/95985e7bbb3d1aa2342d0b476fe254d43d18cc3e) refac - [`657d443`](https://github.com/open-webui/open-webui/commit/657d443a3edcc9c3a126d9174bedbbbb496f2eff) fix - [`e1ea0c2`](https://github.com/open-webui/open-webui/commit/e1ea0c23ebb4a5d35b9406d21bc4fe747c344705) Fixed the issue of being unable to generate titles - [`692f04d`](https://github.com/open-webui/open-webui/commit/692f04d45737e1d927cf30913caff8945ccff4ca) enh: width adjustable chat controls - [`98928f6`](https://github.com/open-webui/open-webui/commit/98928f6bd79c2a0a998c9b16de753ecf4e281505) enh: save chat controls width - [`5d848ad`](https://github.com/open-webui/open-webui/commit/5d848ad13069853213b4636d9dc9eef040e757ba) refac ### 📊 Changes **17 files changed** (+550 additions, -289 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:58:11 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#8502