mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 00:04:08 -05:00
[PR #5051] [MERGED] 0.3.17 #8407
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/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.