[PR #8071] [MERGED] 0.5.1 #22155

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/8071
Author: @tjbck
Created: 12/25/2024
Status: Merged
Merged: 12/26/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (8)

📊 Changes

57 files changed (+315 additions, -155 deletions)

View changed files

📝 CHANGELOG.md (+14 -0)
📝 backend/open_webui/routers/openai.py (+2 -3)
📝 backend/open_webui/utils/middleware.py (+159 -100)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/lib/components/NotificationToast.svelte (+5 -2)
📝 src/lib/components/chat/Chat.svelte (+33 -27)
📝 src/lib/components/chat/Settings/Interface.svelte (+30 -0)
📝 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)
📝 src/lib/i18n/locales/dg-DG/translation.json (+1 -0)
📝 src/lib/i18n/locales/el-GR/translation.json (+1 -0)
📝 src/lib/i18n/locales/en-GB/translation.json (+1 -0)
📝 src/lib/i18n/locales/en-US/translation.json (+1 -0)

...and 37 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/8071 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 12/25/2024 **Status:** ✅ Merged **Merged:** 12/26/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (8) - [`12cf2b0`](https://github.com/open-webui/open-webui/commit/12cf2b01046890224484c9231834d1a13e91e5e3) Update translation.json - [`645313e`](https://github.com/open-webui/open-webui/commit/645313e32146783059b46db059c251586ff8569e) Merge pull request #8062 from OriginalSimon/main - [`7988861`](https://github.com/open-webui/open-webui/commit/798886105e5b0d55f90a1f0f0178791f2b03d3e7) enh: option to toggle notification sound - [`23bf710`](https://github.com/open-webui/open-webui/commit/23bf71022e7d6401b8b84f2f1aa16e148eb120d6) fix: title generation issue - [`da7fa09`](https://github.com/open-webui/open-webui/commit/da7fa0905356d24de655075ea10f7cd38848d647) fix: non-stream chat completion - [`c16896e`](https://github.com/open-webui/open-webui/commit/c16896e96dc6579a461be06b363e788b3b618666) refac - [`df4a8e1`](https://github.com/open-webui/open-webui/commit/df4a8e167d653e82268878ea743bc088064cd992) doc: changelog - [`96a06ef`](https://github.com/open-webui/open-webui/commit/96a06effe23993dd52f7d45de8f8340aefc62c98) doc: wording ### 📊 Changes **57 files changed** (+315 additions, -155 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+14 -0) 📝 `backend/open_webui/routers/openai.py` (+2 -3) 📝 `backend/open_webui/utils/middleware.py` (+159 -100) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/lib/components/NotificationToast.svelte` (+5 -2) 📝 `src/lib/components/chat/Chat.svelte` (+33 -27) 📝 `src/lib/components/chat/Settings/Interface.svelte` (+30 -0) 📝 `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) 📝 `src/lib/i18n/locales/dg-DG/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/el-GR/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/en-GB/translation.json` (+1 -0) 📝 `src/lib/i18n/locales/en-US/translation.json` (+1 -0) _...and 37 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-20 03:56:56 -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#22155