[PR #5599] [MERGED] 0.3.24 #8509

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/5599
Author: @tjbck
Created: 9/22/2024
Status: Merged
Merged: 9/24/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

80 files changed (+1659 additions, -872 deletions)

View changed files

📝 CHANGELOG.md (+29 -0)
📝 backend/open_webui/apps/audio/main.py (+1 -1)
📝 backend/open_webui/apps/socket/main.py (+81 -62)
backend/open_webui/apps/socket/utils.py (+59 -0)
📝 backend/open_webui/apps/webui/utils.py (+2 -1)
📝 backend/open_webui/env.py (+1 -0)
📝 backend/open_webui/main.py (+2 -1)
📝 backend/requirements.txt (+1 -1)
📝 package-lock.json (+73 -73)
📝 package.json (+1 -1)
📝 pyproject.toml (+1 -1)
📝 src/lib/components/chat/Chat.svelte (+220 -156)
📝 src/lib/components/chat/ChatControls.svelte (+8 -3)
📝 src/lib/components/chat/MessageInput.svelte (+14 -8)
📝 src/lib/components/chat/MessageInput/Commands/Prompts.svelte (+45 -5)
📝 src/lib/components/chat/Messages.svelte (+177 -216)
📝 src/lib/components/chat/Messages/CitationsModal.svelte (+23 -13)
📝 src/lib/components/chat/Messages/CodeBlock.svelte (+15 -1)
📝 src/lib/components/chat/Messages/Markdown/MarkdownTokens.svelte (+1 -1)
src/lib/components/chat/Messages/Message.svelte (+166 -0)

...and 60 more files

📄 Description

Resolves #3620


🔄 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/5599 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 9/22/2024 **Status:** ✅ Merged **Merged:** 9/24/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`8dbac0f`](https://github.com/open-webui/open-webui/commit/8dbac0f7e3b4038e5f3f331bc2fad3d702ddfe57) enh: show model hash and modified ts - [`47a9395`](https://github.com/open-webui/open-webui/commit/47a9395a220b36c2cb83e0546566d2b458dcf0fd) refac: styling - [`5f84145`](https://github.com/open-webui/open-webui/commit/5f84145a2d1240623b5ee9202e9b3a80cbc99140) enh: socket full redis support - [`d055e1f`](https://github.com/open-webui/open-webui/commit/d055e1f88809145fe5c45c4f4faa811f09e8a665) refac - [`768717a`](https://github.com/open-webui/open-webui/commit/768717aaf98f9cf07fab70f86e4ded43b309477b) refac - [`c346130`](https://github.com/open-webui/open-webui/commit/c346130774bc6dee581e00d4cb4e2ab81329ba46) feat: overview favourite response - [`c292fd8`](https://github.com/open-webui/open-webui/commit/c292fd89f9f6164e450818d696ca20f6eef26b6d) refac - [`620e629`](https://github.com/open-webui/open-webui/commit/620e629edc32b0c6d8aba247de872279907cebdb) refac - [`d6d6098`](https://github.com/open-webui/open-webui/commit/d6d6098378843c9e89213eb3b5a2521b32fced71) refac - [`96ef153`](https://github.com/open-webui/open-webui/commit/96ef15362a536be5b1138d89c9f095c766a8fdbf) Increased max_tokens (num_predict) to 131072, fixes #5600 ### 📊 Changes **80 files changed** (+1659 additions, -872 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+29 -0) 📝 `backend/open_webui/apps/audio/main.py` (+1 -1) 📝 `backend/open_webui/apps/socket/main.py` (+81 -62) ➕ `backend/open_webui/apps/socket/utils.py` (+59 -0) 📝 `backend/open_webui/apps/webui/utils.py` (+2 -1) 📝 `backend/open_webui/env.py` (+1 -0) 📝 `backend/open_webui/main.py` (+2 -1) 📝 `backend/requirements.txt` (+1 -1) 📝 `package-lock.json` (+73 -73) 📝 `package.json` (+1 -1) 📝 `pyproject.toml` (+1 -1) 📝 `src/lib/components/chat/Chat.svelte` (+220 -156) 📝 `src/lib/components/chat/ChatControls.svelte` (+8 -3) 📝 `src/lib/components/chat/MessageInput.svelte` (+14 -8) 📝 `src/lib/components/chat/MessageInput/Commands/Prompts.svelte` (+45 -5) 📝 `src/lib/components/chat/Messages.svelte` (+177 -216) 📝 `src/lib/components/chat/Messages/CitationsModal.svelte` (+23 -13) 📝 `src/lib/components/chat/Messages/CodeBlock.svelte` (+15 -1) 📝 `src/lib/components/chat/Messages/Markdown/MarkdownTokens.svelte` (+1 -1) ➕ `src/lib/components/chat/Messages/Message.svelte` (+166 -0) _...and 60 more files_ </details> ### 📄 Description Resolves #3620 --- <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:24 -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#8509