mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-10 07:43:10 -05:00
[PR #5599] [MERGED] 0.3.24 #8509
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/5599
Author: @tjbck
Created: 9/22/2024
Status: ✅ Merged
Merged: 9/24/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
8dbac0fenh: show model hash and modified ts47a9395refac: styling5f84145enh: socket full redis supportd055e1frefac768717arefacc346130feat: overview favourite responsec292fd8refac620e629refacd6d6098refac96ef153Increased max_tokens (num_predict) to 131072, fixes #5600📊 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.