[PR #5583] [MERGED] refac #8506

Closed
opened 2025-11-11 17:58:17 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/5583
Author: @tjbck
Created: 9/21/2024
Status: Merged
Merged: 9/21/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (8)

📊 Changes

47 files changed (+78 additions, -71 deletions)

View changed files

📝 backend/open_webui/apps/openai/main.py (+6 -1)
📝 src/lib/components/chat/Chat.svelte (+6 -5)
📝 src/lib/components/chat/ChatControls.svelte (+5 -4)
📝 src/lib/components/chat/MessageInput/CallOverlay.svelte (+2 -2)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+2 -2)
📝 src/lib/components/chat/Settings/Audio.svelte (+6 -6)
📝 src/lib/i18n/locales/ar-BH/translation.json (+1 -1)
📝 src/lib/i18n/locales/bg-BG/translation.json (+1 -1)
📝 src/lib/i18n/locales/bn-BD/translation.json (+1 -1)
📝 src/lib/i18n/locales/ca-ES/translation.json (+11 -11)
📝 src/lib/i18n/locales/ceb-PH/translation.json (+1 -1)
📝 src/lib/i18n/locales/de-DE/translation.json (+1 -1)
📝 src/lib/i18n/locales/dg-DG/translation.json (+1 -1)
📝 src/lib/i18n/locales/en-GB/translation.json (+1 -1)
📝 src/lib/i18n/locales/en-US/translation.json (+1 -1)
📝 src/lib/i18n/locales/es-ES/translation.json (+1 -1)
📝 src/lib/i18n/locales/fa-IR/translation.json (+1 -1)
📝 src/lib/i18n/locales/fi-FI/translation.json (+1 -1)
📝 src/lib/i18n/locales/fr-CA/translation.json (+1 -1)
📝 src/lib/i18n/locales/fr-FR/translation.json (+1 -1)

...and 27 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/5583 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 9/21/2024 **Status:** ✅ Merged **Merged:** 9/21/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (8) - [`580ad46`](https://github.com/open-webui/open-webui/commit/580ad46036c92e89169420ddd351571d3268c50c) refac: speedRate -> playbackRate - [`8fc178a`](https://github.com/open-webui/open-webui/commit/8fc178ae9190d079e52d54306d455a0d4fb5a37b) refac: chat controls size - [`b4adffc`](https://github.com/open-webui/open-webui/commit/b4adffc3af0646393466bf910ab8925ffdf2dc2b) fix - [`4225591`](https://github.com/open-webui/open-webui/commit/4225591a26a746bd901173da27ce83f7f8b3cff2) fix - [`839dacc`](https://github.com/open-webui/open-webui/commit/839dacc4a42dd40bc3e38d066223678de33596d1) refac - [`e429b55`](https://github.com/open-webui/open-webui/commit/e429b5548cc847079f93b60796ff9f0a73ba092f) Update catalan translation.json - [`19e49e4`](https://github.com/open-webui/open-webui/commit/19e49e43cb1bf8d9150fd9aece7dbf4dd19b8b95) Merge pull request #5578 from aleixdorca/dev - [`e35883c`](https://github.com/open-webui/open-webui/commit/e35883ca9c01f2309924a4c430e02c3868c27b57) fix: openai payload issue ### 📊 Changes **47 files changed** (+78 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `backend/open_webui/apps/openai/main.py` (+6 -1) 📝 `src/lib/components/chat/Chat.svelte` (+6 -5) 📝 `src/lib/components/chat/ChatControls.svelte` (+5 -4) 📝 `src/lib/components/chat/MessageInput/CallOverlay.svelte` (+2 -2) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+2 -2) 📝 `src/lib/components/chat/Settings/Audio.svelte` (+6 -6) 📝 `src/lib/i18n/locales/ar-BH/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/bg-BG/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/bn-BD/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+11 -11) 📝 `src/lib/i18n/locales/ceb-PH/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/dg-DG/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/en-GB/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/en-US/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/es-ES/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/fa-IR/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/fi-FI/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/fr-CA/translation.json` (+1 -1) 📝 `src/lib/i18n/locales/fr-FR/translation.json` (+1 -1) _...and 27 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 2025-11-11 17:58:18 -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#8506