mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #1277] [MERGED] 0.1.115 #20626
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/1277
Author: @tjbck
Created: 3/24/2024
Status: ✅ Merged
Merged: 3/24/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
ae97a96WIP feat: cancel model downloade6dd0bfMigrate to python logging module with env var control.a1412d0fix: delete duplicate function5a90e90Merge pull request #1241 from 7a6ac0/duplicate_deff74f2eaMerge conflictsf675a18enhance:i18n's zh-TW translation forAbout.svelte8935dcaadded Bulgarian Translation5f26b2aadded bg-BG (Bulgarian)f3c113cfix: languages orderc54fb92Merge pull request #1249 from pazoff/dev📊 Changes
53 files changed (+5406 additions, -5689 deletions)
View changed files
📝
.gitignore(+1 -1)📝
CHANGELOG.md(+18 -0)📝
backend/apps/audio/main.py(+8 -4)📝
backend/apps/images/main.py(+107 -13)➕
backend/apps/images/utils/comfyui.py(+228 -0)📝
backend/apps/litellm/main.py(+7 -2)📝
backend/apps/ollama/main.py(+277 -37)📝
backend/apps/openai/main.py(+13 -8)📝
backend/apps/rag/main.py(+93 -42)📝
backend/apps/rag/utils.py(+9 -3)📝
backend/apps/web/internal/db.py(+5 -2)📝
backend/apps/web/models/auths.py(+7 -2)📝
backend/apps/web/models/chats.py(+0 -14)📝
backend/apps/web/models/documents.py(+7 -2)📝
backend/apps/web/models/tags.py(+9 -4)📝
backend/apps/web/routers/chats.py(+7 -2)📝
backend/apps/web/routers/users.py(+6 -1)📝
backend/apps/web/routers/utils.py(+0 -149)📝
backend/config.py(+35 -4)📝
backend/main.py(+8 -2)...and 33 more files
📄 Description
Resolves #1072 #1281 #1200 #526
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.