Original PR: https://github.com/open-webui/open-webui/pull/5051 Author: @tjbck Created: 8/30/2024 Status: ✅ Merged Merged: 9/4/2024 Merged by: @tjbck
Base: main ← Head: dev
main
dev
8994728
6589450
0525dd2
30e03cb
718d69b
22117e0
7e1923f
fd16129
2706b8c
a7b6d55
178 files changed (+2009 additions, -1333 deletions)
📝 .github/workflows/release-pypi.yml (+1 -0) 📝 CHANGELOG.md (+25 -0) 📝 README.md (+1 -1) ➖ backend/data/litellm/config.yaml (+0 -4) 📝 backend/data/readme.txt (+1 -1) 📝 backend/dev.sh (+1 -1) 📝 backend/open_webui/__init__.py (+7 -5) 📝 backend/open_webui/alembic.ini (+0 -0) 📝 backend/open_webui/apps/audio/main.py (+21 -34) 📝 backend/open_webui/apps/images/main.py (+29 -39) 📝 backend/open_webui/apps/images/utils/comfyui.py (+27 -12) 📝 backend/open_webui/apps/ollama/main.py (+22 -36) 📝 backend/open_webui/apps/openai/main.py (+23 -31) 📝 backend/open_webui/apps/rag/main.py (+114 -116) 📝 backend/open_webui/apps/rag/search/brave.py (+3 -3) 📝 backend/open_webui/apps/rag/search/duckduckgo.py (+3 -2) 📝 backend/open_webui/apps/rag/search/google_pse.py (+3 -4) 📝 backend/open_webui/apps/rag/search/jina_search.py (+3 -3) 📝 backend/open_webui/apps/rag/search/main.py (+3 -1) ➕ backend/open_webui/apps/rag/search/searchapi.py (+48 -0)
.github/workflows/release-pypi.yml
CHANGELOG.md
README.md
backend/data/litellm/config.yaml
backend/data/readme.txt
backend/dev.sh
backend/open_webui/__init__.py
backend/open_webui/alembic.ini
backend/open_webui/apps/audio/main.py
backend/open_webui/apps/images/main.py
backend/open_webui/apps/images/utils/comfyui.py
backend/open_webui/apps/ollama/main.py
backend/open_webui/apps/openai/main.py
backend/open_webui/apps/rag/main.py
backend/open_webui/apps/rag/search/brave.py
backend/open_webui/apps/rag/search/duckduckgo.py
backend/open_webui/apps/rag/search/google_pse.py
backend/open_webui/apps/rag/search/jina_search.py
backend/open_webui/apps/rag/search/main.py
backend/open_webui/apps/rag/search/searchapi.py
...and 80 more files
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/5051
Author: @tjbck
Created: 8/30/2024
Status: ✅ Merged
Merged: 9/4/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
8994728Update translation.json6589450Merge pull request #4954 from open-webui/main0525dd2feat: support Literal type in Tools30e03cbAdd robots.txt to fix validation error718d69bAdd meta description22117e0A11y: Buttons do not have an accessible name7e1923fAdd searchapi as an alternative web searchfd16129Update color theme on system change2706b8ci18n: Update Catalan translation.jsona7b6d55i18n: Update Catalan translation.json📊 Changes
178 files changed (+2009 additions, -1333 deletions)
View changed files
📝
.github/workflows/release-pypi.yml(+1 -0)📝
CHANGELOG.md(+25 -0)📝
README.md(+1 -1)➖
backend/data/litellm/config.yaml(+0 -4)📝
backend/data/readme.txt(+1 -1)📝
backend/dev.sh(+1 -1)📝
backend/open_webui/__init__.py(+7 -5)📝
backend/open_webui/alembic.ini(+0 -0)📝
backend/open_webui/apps/audio/main.py(+21 -34)📝
backend/open_webui/apps/images/main.py(+29 -39)📝
backend/open_webui/apps/images/utils/comfyui.py(+27 -12)📝
backend/open_webui/apps/ollama/main.py(+22 -36)📝
backend/open_webui/apps/openai/main.py(+23 -31)📝
backend/open_webui/apps/rag/main.py(+114 -116)📝
backend/open_webui/apps/rag/search/brave.py(+3 -3)📝
backend/open_webui/apps/rag/search/duckduckgo.py(+3 -2)📝
backend/open_webui/apps/rag/search/google_pse.py(+3 -4)📝
backend/open_webui/apps/rag/search/jina_search.py(+3 -3)📝
backend/open_webui/apps/rag/search/main.py(+3 -1)➕
backend/open_webui/apps/rag/search/searchapi.py(+48 -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.