mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-11 08:22:09 -05:00
[PR #4623] [MERGED] 0.3.14 #60382
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/4623
Author: @tjbck
Created: 8/15/2024
Status: ✅ Merged
Merged: 8/21/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
3befadbremove unnecessary nesting, remove unused endpoint589efcdis_chat_completion_request helper, remove nesting23f1beecleanup60003c9rename to chat_completions_inlet_handler for clarity556141crefactor task0c9119dmove task to metadata9fb7096factor out get_content_from_responsea68b918refactor get_function_call_responseff9d899fix more LSP errorse866882factor out get_function_calling_payload📊 Changes
117 files changed (+4149 additions, -4195 deletions)
View changed files
📝
.github/dependabot.yml(+2 -2)📝
CHANGELOG.md(+31 -0)📝
backend/apps/audio/main.py(+70 -50)📝
backend/apps/images/main.py(+219 -242)📝
backend/apps/images/utils/comfyui.py(+57 -309)📝
backend/apps/ollama/main.py(+15 -8)📝
backend/apps/openai/main.py(+2 -1)📝
backend/apps/rag/main.py(+2 -4)📝
backend/apps/webui/main.py(+23 -14)📝
backend/apps/webui/models/users.py(+3 -10)📝
backend/apps/webui/routers/auths.py(+4 -0)📝
backend/apps/webui/routers/utils.py(+2 -1)📝
backend/config.py(+183 -48)📝
backend/constants.py(+1 -0)📝
backend/main.py(+425 -487)📝
backend/requirements.txt(+6 -6)➕
backend/static/fonts/NotoSansSC-Regular.ttf(+0 -0)➕
backend/utils/schemas.py(+104 -0)📝
backend/utils/task.py(+37 -0)📝
backend/utils/tools.py(+86 -1)...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.