mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-15 21:19:39 -05:00
[PR #9480] [MERGED] 0.5.11 #22378
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/9480
Author: @tjbck
Created: 2/6/2025
Status: ✅ Merged
Merged: 2/13/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
5df474aAdd support for Deepgram STTa004bf2Merge branch into dev98ba0c3build(deps-dev): bump vitest6870395feat(ui): implement domain filter list for web search settings34b62e7fix: check for email claim before skipping userinfo endpoint397595dMerge pull request #9456 from mitomac/fix-oidc-email-claim-newc676303enh: automatically remove incorrect backticks before code_interpreter tags74b971brefac: clean up solution for correcting code_interpreter backticksfd6b039Added a query method for OpenSearch vector db.80e123ffix : O3 also does not support the max_tokens parameter, so title generation is not possible when using the O3 model📊 Changes
140 files changed (+5769 additions, -1826 deletions)
View changed files
📝
CHANGELOG.md(+28 -0)📝
README.md(+1 -1)📝
backend/open_webui/config.py(+74 -3)📝
backend/open_webui/env.py(+1 -0)📝
backend/open_webui/main.py(+88 -14)📝
backend/open_webui/models/chats.py(+1 -1)📝
backend/open_webui/models/users.py(+18 -0)📝
backend/open_webui/retrieval/vector/dbs/opensearch.py(+28 -0)➕
backend/open_webui/retrieval/web/bocha.py(+65 -0)📝
backend/open_webui/retrieval/web/google_pse.py(+34 -15)📝
backend/open_webui/retrieval/web/jina_search.py(+13 -4)📝
backend/open_webui/routers/audio.py(+68 -0)📝
backend/open_webui/routers/configs.py(+92 -0)📝
backend/open_webui/routers/files.py(+16 -20)📝
backend/open_webui/routers/images.py(+46 -69)📝
backend/open_webui/routers/ollama.py(+73 -46)📝
backend/open_webui/routers/openai.py(+6 -6)📝
backend/open_webui/routers/retrieval.py(+24 -0)📝
backend/open_webui/routers/tasks.py(+54 -8)📝
backend/open_webui/routers/users.py(+1 -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.