[PR #7097] [MERGED] 0.4.2 #8811

Closed
opened 2025-11-11 18:06:36 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/7097
Author: @tjbck
Created: 11/20/2024
Status: Merged
Merged: 11/20/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

15 files changed (+512 additions, -400 deletions)

View changed files

📝 CHANGELOG.md (+9 -0)
📝 backend/open_webui/apps/openai/main.py (+3 -1)
backend/open_webui/apps/retrieval/loaders/youtube.py (+98 -0)
📝 backend/open_webui/apps/retrieval/main.py (+4 -8)
📝 backend/open_webui/apps/retrieval/vector/dbs/opensearch.py (+1 -1)
📝 backend/open_webui/apps/webui/routers/knowledge.py (+14 -9)
📝 backend/open_webui/main.py (+5 -0)
📝 backend/requirements.txt (+3 -3)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 pyproject.toml (+3 -3)
📝 src/lib/components/admin/Settings/Evaluations/ArenaModelModal.svelte (+1 -1)
📝 src/lib/components/workspace/Models/ModelEditor.svelte (+0 -3)
📝 src/lib/i18n/locales/nl-NL/translation.json (+294 -294)
📝 src/lib/i18n/locales/zh-CN/translation.json (+74 -74)

📄 Description

#7070


🔄 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/7097 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 11/20/2024 **Status:** ✅ Merged **Merged:** 11/20/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`3531cf8`](https://github.com/open-webui/open-webui/commit/3531cf827a02b46fec971c481aa658f0a5daa83b) i18n: Update Chinese translation - [`4f6ae82`](https://github.com/open-webui/open-webui/commit/4f6ae8239d8a172d0c68e8e0aaedb31f804e9221) fix: handle http exceptions - [`54cabc9`](https://github.com/open-webui/open-webui/commit/54cabc97769bbd260672d8fca953061218e970c7) Merge pull request #7072 from antpyykk-kone/feature/fix-pipeline-middleware-http-exception-handling - [`505bee0`](https://github.com/open-webui/open-webui/commit/505bee066e9b0be394cbf06a600a1c115d9a192e) Merge pull request #7069 from KarlLee830/translate - [`0dd1d6d`](https://github.com/open-webui/open-webui/commit/0dd1d6de2a7196e38eba2df867bf3c45abd32a61) fix: import - [`bd1dae2`](https://github.com/open-webui/open-webui/commit/bd1dae2c6629ad9f20972fdd77a85de5ebe20fcc) Merge branch 'dev' of https://github.com/open-webui/open-webui into dev - [`d5c65e3`](https://github.com/open-webui/open-webui/commit/d5c65e36c97cba9a1b71423be1b91434bd6f3449) fix: prefix issue - [`822a43c`](https://github.com/open-webui/open-webui/commit/822a43c53d8e25ec7f7b4f3c1fbf256f9d68c7dc) fix: arena model access control - [`db1a71c`](https://github.com/open-webui/open-webui/commit/db1a71c753b89990078ba3c4ee51eaae41b7b695) fix: usage capability in model editor - [`2450953`](https://github.com/open-webui/open-webui/commit/245095308085fc11b13efaa7593c910e513eae16) refac ### 📊 Changes **15 files changed** (+512 additions, -400 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+9 -0) 📝 `backend/open_webui/apps/openai/main.py` (+3 -1) ➕ `backend/open_webui/apps/retrieval/loaders/youtube.py` (+98 -0) 📝 `backend/open_webui/apps/retrieval/main.py` (+4 -8) 📝 `backend/open_webui/apps/retrieval/vector/dbs/opensearch.py` (+1 -1) 📝 `backend/open_webui/apps/webui/routers/knowledge.py` (+14 -9) 📝 `backend/open_webui/main.py` (+5 -0) 📝 `backend/requirements.txt` (+3 -3) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `pyproject.toml` (+3 -3) 📝 `src/lib/components/admin/Settings/Evaluations/ArenaModelModal.svelte` (+1 -1) 📝 `src/lib/components/workspace/Models/ModelEditor.svelte` (+0 -3) 📝 `src/lib/i18n/locales/nl-NL/translation.json` (+294 -294) 📝 `src/lib/i18n/locales/zh-CN/translation.json` (+74 -74) </details> ### 📄 Description #7070 --- <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 2025-11-11 18:06:36 -06: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#8811