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
main
dev
5df474a
a004bf2
98ba0c3
6870395
34b62e7
397595d
c676303
74b971b
fd6b039
80e123f
140 files changed (+5769 additions, -1826 deletions)
📝 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)
CHANGELOG.md
README.md
backend/open_webui/config.py
backend/open_webui/env.py
backend/open_webui/main.py
backend/open_webui/models/chats.py
backend/open_webui/models/users.py
backend/open_webui/retrieval/vector/dbs/opensearch.py
backend/open_webui/retrieval/web/bocha.py
backend/open_webui/retrieval/web/google_pse.py
backend/open_webui/retrieval/web/jina_search.py
backend/open_webui/routers/audio.py
backend/open_webui/routers/configs.py
backend/open_webui/routers/files.py
backend/open_webui/routers/images.py
backend/open_webui/routers/ollama.py
backend/open_webui/routers/openai.py
backend/open_webui/routers/retrieval.py
backend/open_webui/routers/tasks.py
backend/open_webui/routers/users.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/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.