mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
[PR #4273] [MERGED] 0.3.11 #8231
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/4273
Author: @tjbck
Created: 8/1/2024
Status: ✅ Merged
Merged: 8/2/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
8b71ce2refac: styling8ec3ed1refac: file handling8dc73fdenh: remove /health logging133f223feat: enter selects first model in list7e03624fix: send tags to upload doc handler in modal dialog376b2d0Merge pull request #3972 from jonathan-rohde/fix/missing-tags-add-doc-modal51bdb4cMerge pull request #3962 from thearyadev/feat/enter-to-select-modelc6eba8cenh: add e2e tests for document listc3f90baenh: add translation keysb42d288enh: add missing file📊 Changes
100 files changed (+4217 additions, -1574 deletions)
View changed files
📝
CHANGELOG.md(+31 -0)📝
Dockerfile(+1 -1)📝
backend/apps/audio/main.py(+177 -48)📝
backend/apps/images/main.py(+15 -0)📝
backend/apps/images/utils/comfyui.py(+165 -8)📝
backend/apps/ollama/main.py(+8 -2)📝
backend/apps/openai/main.py(+8 -2)📝
backend/apps/rag/main.py(+7 -0)📝
backend/apps/socket/main.py(+2 -4)📝
backend/apps/webui/main.py(+227 -280)📝
backend/apps/webui/models/chats.py(+32 -0)📝
backend/apps/webui/models/models.py(+2 -10)📝
backend/apps/webui/routers/chats.py(+1 -1)📝
backend/apps/webui/routers/utils.py(+15 -2)📝
backend/config.py(+60 -0)📝
backend/main.py(+100 -94)📝
backend/requirements.txt(+7 -7)📝
backend/utils/misc.py(+54 -32)➕
cypress/data/example-doc.txt(+9 -0)➕
cypress/e2e/documents.cy.ts(+46 -0)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.