[PR #7399] [MERGED] 0.4.6 #45099

Closed
opened 2026-04-29 19:24:12 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

60 files changed (+1383 additions, -295 deletions)

View changed files

📝 CHANGELOG.md (+13 -0)
📝 backend/open_webui/apps/retrieval/utils.py (+1 -1)
📝 backend/open_webui/apps/webui/routers/configs.py (+6 -4)
📝 backend/open_webui/config.py (+2 -2)
📝 backend/open_webui/main.py (+8 -1)
📝 backend/open_webui/utils/task.py (+2 -0)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/lib/apis/index.ts (+6 -8)
📝 src/lib/components/admin/Settings/Interface.svelte (+259 -252)
📝 src/lib/components/admin/Settings/Models/ConfigureModelsModal.svelte (+6 -1)
📝 src/lib/components/common/Textarea.svelte (+1 -14)
📝 src/lib/i18n/locales/ar-BH/translation.json (+1 -0)
📝 src/lib/i18n/locales/bg-BG/translation.json (+1 -0)
📝 src/lib/i18n/locales/bn-BD/translation.json (+1 -0)
📝 src/lib/i18n/locales/ca-ES/translation.json (+1 -0)
📝 src/lib/i18n/locales/ceb-PH/translation.json (+1 -0)
📝 src/lib/i18n/locales/cs-CZ/translation.json (+1 -0)
📝 src/lib/i18n/locales/da-DK/translation.json (+1 -0)
📝 src/lib/i18n/locales/de-DE/translation.json (+1 -0)

...and 40 more files

📄 Description

No description provided


🔄 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/7399 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 11/26/2024 **Status:** ✅ Merged **Merged:** 11/27/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`3a2247b`](https://github.com/open-webui/open-webui/commit/3a2247b7a0c4e2fa0c694678594e6ab201c6da37) Update translation.json 更新翻译 - [`bddc293`](https://github.com/open-webui/open-webui/commit/bddc293d8242c180c8b8813941e949aea6d110ce) Add Basque (eu-ES, Euskara) translation - [`dc72218`](https://github.com/open-webui/open-webui/commit/dc7221816f459d7fb59f3e272222672b67aaf82c) fix: models configure - [`442f99e`](https://github.com/open-webui/open-webui/commit/442f99e075e2a00876122a82495691959d65c4e7) refac - [`adba11e`](https://github.com/open-webui/open-webui/commit/adba11ebeb00bdde7d14052852bd77cbebd7d7c4) Merge pull request #7382 from juananpe/dev - [`a18292d`](https://github.com/open-webui/open-webui/commit/a18292da84d944bfa0a72a05aa199286cc418814) Merge pull request #7381 from panda44312/dev - [`44efd4d`](https://github.com/open-webui/open-webui/commit/44efd4d37236b29c865c35910175abfdc84f4753) refac - [`63402c4`](https://github.com/open-webui/open-webui/commit/63402c48a8a1fb5b0529d953a3815c67dadb8c3a) refac: query gen prompt - [`13796fe`](https://github.com/open-webui/open-webui/commit/13796fe3b3186320c05d8615877802b78eea7497) fix: legacy query generation support - [`4383306`](https://github.com/open-webui/open-webui/commit/4383306770fccf11e8d2a2e274097ca70a33a3e2) refac ### 📊 Changes **60 files changed** (+1383 additions, -295 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+13 -0) 📝 `backend/open_webui/apps/retrieval/utils.py` (+1 -1) 📝 `backend/open_webui/apps/webui/routers/configs.py` (+6 -4) 📝 `backend/open_webui/config.py` (+2 -2) 📝 `backend/open_webui/main.py` (+8 -1) 📝 `backend/open_webui/utils/task.py` (+2 -0) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/lib/apis/index.ts` (+6 -8) 📝 `src/lib/components/admin/Settings/Interface.svelte` (+259 -252) 📝 `src/lib/components/admin/Settings/Models/ConfigureModelsModal.svelte` (+6 -1) 📝 `src/lib/components/common/Textarea.svelte` (+1 -14) 📝 `src/lib/i18n/locales/ar-BH/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/bg-BG/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/bn-BD/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/ceb-PH/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/cs-CZ/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/da-DK/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+1 -0) _...and 40 more files_ </details> ### 📄 Description _No description provided_ --- <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-29 19:24:12 -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#45099