[PR #7475] [MERGED] 0.4.7 #22065

Closed
opened 2026-04-20 03:54:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/7475
Author: @tjbck
Created: 11/29/2024
Status: Merged
Merged: 12/1/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

87 files changed (+3336 additions, -1106 deletions)

View changed files

📝 CHANGELOG.md (+18 -0)
📝 backend/open_webui/apps/ollama/main.py (+1 -1)
📝 backend/open_webui/apps/retrieval/loaders/youtube.py (+21 -2)
📝 backend/open_webui/apps/retrieval/main.py (+11 -3)
📝 backend/open_webui/apps/webui/models/tools.py (+7 -3)
📝 backend/open_webui/config.py (+72 -0)
📝 backend/open_webui/constants.py (+1 -0)
📝 backend/open_webui/env.py (+2 -2)
📝 backend/open_webui/main.py (+113 -1)
📝 backend/open_webui/utils/security_headers.py (+7 -0)
📝 backend/open_webui/utils/task.py (+35 -8)
📝 backend/requirements.txt (+5 -5)
📝 package-lock.json (+30 -23)
📝 package.json (+1 -1)
📝 pyproject.toml (+5 -5)
📝 src/app.css (+10 -3)
📝 src/lib/apis/index.ts (+71 -0)
📝 src/lib/apis/retrieval/index.ts (+1 -0)
📝 src/lib/components/admin/Settings/Interface.svelte (+39 -6)
📝 src/lib/components/admin/Settings/Models/ConfigureModelsModal.svelte (+6 -1)

...and 67 more files

📄 Description

#6276


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/7475 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 11/29/2024 **Status:** ✅ Merged **Merged:** 12/1/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`c5ef53a`](https://github.com/open-webui/open-webui/commit/c5ef53a09faec59df3d9039e96eb797a276a1162) refac: disable empty model id - [`26615ba`](https://github.com/open-webui/open-webui/commit/26615ba995b5bfb913b0c6cc0f0bb30cb8c9ad02) Update translation.json - [`53296c1`](https://github.com/open-webui/open-webui/commit/53296c1005c3f724b13c6f92b5dd269c41044845) [feat] Allow use of proxy for downloading Youtube transscripts - [`dbd6ac8`](https://github.com/open-webui/open-webui/commit/dbd6ac80800a5b665dc27cc5e558dfaed486458e) refac: textarea - [`5d724d0`](https://github.com/open-webui/open-webui/commit/5d724d0b8464bf5417068dee5008a8437232dae5) Merge pull request #7420 from Xelaph/dev - [`7be93d2`](https://github.com/open-webui/open-webui/commit/7be93d2a844161444e503833985f3f5d45674ca6) fix: tools export - [`17ed735`](https://github.com/open-webui/open-webui/commit/17ed7351a4bbad23112b7915d9ad8fc3b50612a8) refac - [`b85cfdc`](https://github.com/open-webui/open-webui/commit/b85cfdc90f0b4021b2bb871edf8b8f11d384feed) refac: textarea - [`ea883b2`](https://github.com/open-webui/open-webui/commit/ea883b2ed43536b8033bfb27419618b8a653548b) refac - [`ff0a7f1`](https://github.com/open-webui/open-webui/commit/ff0a7f1cbbbffaa4fad71449c3e9e0be014b5c00) Update catalan translation.json ### 📊 Changes **87 files changed** (+3336 additions, -1106 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+18 -0) 📝 `backend/open_webui/apps/ollama/main.py` (+1 -1) 📝 `backend/open_webui/apps/retrieval/loaders/youtube.py` (+21 -2) 📝 `backend/open_webui/apps/retrieval/main.py` (+11 -3) 📝 `backend/open_webui/apps/webui/models/tools.py` (+7 -3) 📝 `backend/open_webui/config.py` (+72 -0) 📝 `backend/open_webui/constants.py` (+1 -0) 📝 `backend/open_webui/env.py` (+2 -2) 📝 `backend/open_webui/main.py` (+113 -1) 📝 `backend/open_webui/utils/security_headers.py` (+7 -0) 📝 `backend/open_webui/utils/task.py` (+35 -8) 📝 `backend/requirements.txt` (+5 -5) 📝 `package-lock.json` (+30 -23) 📝 `package.json` (+1 -1) 📝 `pyproject.toml` (+5 -5) 📝 `src/app.css` (+10 -3) 📝 `src/lib/apis/index.ts` (+71 -0) 📝 `src/lib/apis/retrieval/index.ts` (+1 -0) 📝 `src/lib/components/admin/Settings/Interface.svelte` (+39 -6) 📝 `src/lib/components/admin/Settings/Models/ConfigureModelsModal.svelte` (+6 -1) _...and 67 more files_ </details> ### 📄 Description #6276 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 03:54:14 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#22065