mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-19 05:21:23 -05:00
[PR #1631] [MERGED] 0.1.120 #7526
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/1631
Author: @tjbck
Created: 4/20/2024
Status: ✅ Merged
Merged: 4/21/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
0caf046Fixed translated variable nameb352732Fixed translated variable namese720afaFixed translated variable namesc235a3dFixed translated variable names44f9e93Fixed malformed date string941dc41Fixed translated variable names and malformed date string5f16ec0Fixed malformed time formatb788514Fixed translated author namea53c1cfFixed translated author nameb67f80fMerge pull request #1600 from Fusseldieb/patch-1📊 Changes
50 files changed (+1463 additions, -243 deletions)
View changed files
📝
.github/ISSUE_TEMPLATE/bug_report.md(+3 -0)📝
CHANGELOG.md(+16 -0)📝
README.md(+1 -1)📝
backend/apps/audio/main.py(+106 -1)📝
backend/apps/images/main.py(+6 -2)📝
backend/apps/openai/main.py(+1 -1)📝
backend/apps/rag/main.py(+16 -14)📝
backend/apps/rag/utils.py(+2 -2)➕
backend/apps/web/internal/migrations/004_add_archived.py(+46 -0)➕
backend/apps/web/internal/migrations/005_add_updated_at.py(+77 -0)📝
backend/apps/web/models/chats.py(+53 -10)📝
backend/apps/web/routers/chats.py(+29 -0)📝
backend/config.py(+18 -0)📝
backend/static/favicon.png(+0 -0)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
src/lib/apis/audio/index.ts(+100 -1)📝
src/lib/apis/chats/index.ts(+63 -0)📝
src/lib/components/chat/MessageInput.svelte(+42 -38)📝
src/lib/components/chat/Messages.svelte(+7 -35)...and 30 more files
📄 Description
Resolves #1106 #1608
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.