mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-21 09:01:47 -05:00
[PR #7562] [MERGED] 0.4.8 #109394
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/7562
Author: @tjbck
Created: 12/2/2024
Status: ✅ Merged
Merged: 12/7/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
7f4a83ei18n: fix zh-TWaecb7aeUpdate translation.jsonb903e3aMerge pull request #7507 from TiancongLx/dev85d2b89Merge pull request #7512 from panda44312/dev1c078bdfix: api query collection0055f3drefac: rich text input4609926refac: styling59c3a18enh:BYPASS_MODEL_ACCESS_CONTROL7f77828refac: styling39b7e54feat: properly format favicons and make home screen icons look better📊 Changes
35 files changed (+590 additions, -494 deletions)
View changed files
📝
CHANGELOG.md(+15 -0)📝
backend/open_webui/apps/ollama/main.py(+4 -3)📝
backend/open_webui/apps/openai/main.py(+2 -1)📝
backend/open_webui/apps/retrieval/main.py(+2 -2)📝
backend/open_webui/config.py(+1 -1)📝
backend/open_webui/env.py(+3 -0)📝
backend/open_webui/main.py(+3 -2)📝
package-lock.json(+6 -5)📝
package.json(+1 -1)📝
src/app.css(+5 -4)📝
src/app.html(+6 -3)📝
src/lib/components/admin/Settings/Models.svelte(+4 -4)📝
src/lib/components/chat/MessageInput.svelte(+108 -107)📝
src/lib/components/chat/MessageInput/Commands.svelte(+1 -1)📝
src/lib/components/chat/MessageInput/Commands/Knowledge.svelte(+1 -1)📝
src/lib/components/chat/MessageInput/Commands/Models.svelte(+1 -1)📝
src/lib/components/chat/MessageInput/Commands/Prompts.svelte(+1 -1)📝
src/lib/components/chat/Messages/Markdown/MarkdownTokens.svelte(+1 -1)📝
src/lib/components/common/Banner.svelte(+3 -1)📝
src/lib/components/common/RichTextInput.svelte(+16 -6)...and 15 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.