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: main ← Head: dev
main
dev
12cf2b0
645313e
7988861
23bf710
da7fa09
c16896e
df4a8e1
96a06ef
57 files changed (+315 additions, -155 deletions)
📝 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)
CHANGELOG.md
backend/open_webui/routers/openai.py
backend/open_webui/utils/middleware.py
package-lock.json
package.json
src/lib/components/NotificationToast.svelte
src/lib/components/chat/Chat.svelte
src/lib/components/chat/Settings/Interface.svelte
src/lib/i18n/locales/ar-BH/translation.json
src/lib/i18n/locales/bg-BG/translation.json
src/lib/i18n/locales/bn-BD/translation.json
src/lib/i18n/locales/ca-ES/translation.json
src/lib/i18n/locales/ceb-PH/translation.json
src/lib/i18n/locales/cs-CZ/translation.json
src/lib/i18n/locales/da-DK/translation.json
src/lib/i18n/locales/de-DE/translation.json
src/lib/i18n/locales/dg-DG/translation.json
src/lib/i18n/locales/el-GR/translation.json
src/lib/i18n/locales/en-GB/translation.json
src/lib/i18n/locales/en-US/translation.json
...and 37 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/8071
Author: @tjbck
Created: 12/25/2024
Status: ✅ Merged
Merged: 12/26/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (8)
12cf2b0Update translation.json645313eMerge pull request #8062 from OriginalSimon/main7988861enh: option to toggle notification sound23bf710fix: title generation issueda7fa09fix: non-stream chat completionc16896erefacdf4a8e1doc: changelog96a06efdoc: wording📊 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.