mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[PR #4956] [CLOSED] fix: sort and fix backend imports #37228
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/4956
Author: @pascallim
Created: 8/27/2024
Status: ❌ Closed
Base:
dev← Head:fix/imports📝 Commits (1)
0eba99bsort and fix backend imports📊 Changes
63 files changed (+541 additions, -962 deletions)
View changed files
📝
backend/apps/audio/main.py(+18 -31)📝
backend/apps/images/main.py(+23 -35)📝
backend/apps/images/utils/comfyui.py(+7 -9)📝
backend/apps/ollama/main.py(+19 -33)📝
backend/apps/openai/main.py(+21 -29)📝
backend/apps/rag/main.py(+81 -108)📝
backend/apps/rag/search/brave.py(+2 -2)📝
backend/apps/rag/search/duckduckgo.py(+2 -1)📝
backend/apps/rag/search/google_pse.py(+2 -3)📝
backend/apps/rag/search/jina_search.py(+3 -3)📝
backend/apps/rag/search/main.py(+1 -0)📝
backend/apps/rag/search/searxng.py(+2 -3)📝
backend/apps/rag/search/serper.py(+2 -2)📝
backend/apps/rag/search/serply.py(+2 -3)📝
backend/apps/rag/search/serpstack.py(+2 -3)📝
backend/apps/rag/search/tavily.py(+1 -2)📝
backend/apps/rag/utils.py(+14 -24)📝
backend/apps/socket/main.py(+1 -2)📝
backend/apps/webui/internal/db.py(+9 -14)📝
backend/apps/webui/internal/wrappers.py(+5 -5)...and 43 more files
📄 Description
Pull Request Checklist
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
Changed
Fixed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.