[PR #2921] [MERGED] 0.3.0 #7925

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2921
Author: @tjbck
Created: 6/8/2024
Status: Merged
Merged: 6/10/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

  • c108d86 added missing i18n keys + german locales
  • 882ad21 Merge pull request #2862 from jannikstdl/locale-update
  • 25ee5f6 Update CONTRIBUTING.md
  • bc4aeee Merge pull request #2866 from bartowski1182/patch-1
  • e52568e feat: upload pipeline
  • c2bbb37 fix: sidebar
  • 3069fa8 Update main.py to enable http_proxy use for checking for new versions
  • d4b1009 fix: sidebar
  • 194564e Update Chinese translation
  • e7fb861 added missing i18n keys

📊 Changes

118 files changed (+7697 additions, -2318 deletions)

View changed files

📝 CHANGELOG.md (+33 -0)
📝 README.md (+11 -2)
📝 backend/apps/audio/main.py (+209 -61)
📝 backend/apps/ollama/main.py (+7 -6)
📝 backend/apps/openai/main.py (+128 -81)
📝 backend/apps/rag/main.py (+12 -0)
📝 backend/apps/rag/utils.py (+3 -44)
📝 backend/apps/socket/main.py (+25 -6)
📝 backend/config.py (+114 -17)
📝 backend/main.py (+349 -86)
📝 backend/requirements.txt (+4 -1)
📝 backend/start.sh (+2 -2)
📝 backend/utils/misc.py (+48 -1)
backend/utils/models.py (+0 -10)
backend/utils/task.py (+112 -0)
📝 docs/CONTRIBUTING.md (+1 -1)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/app.html (+18 -9)
📝 src/lib/apis/audio/index.ts (+3 -3)

...and 80 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/2921 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 6/8/2024 **Status:** ✅ Merged **Merged:** 6/10/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`c108d86`](https://github.com/open-webui/open-webui/commit/c108d863f63b2a1cd56926a8c8783f001a300cbe) added missing i18n keys + german locales - [`882ad21`](https://github.com/open-webui/open-webui/commit/882ad219ea2bf4f77502a2714057bc193b49e8a1) Merge pull request #2862 from jannikstdl/locale-update - [`25ee5f6`](https://github.com/open-webui/open-webui/commit/25ee5f6cb06e404268f6391077574d84d75816b6) Update CONTRIBUTING.md - [`bc4aeee`](https://github.com/open-webui/open-webui/commit/bc4aeeeec8ce8ca91408c483c149226047a7f7b7) Merge pull request #2866 from bartowski1182/patch-1 - [`e52568e`](https://github.com/open-webui/open-webui/commit/e52568e7cbdb7df867469cd90806ec9124b9d987) feat: upload pipeline - [`c2bbb37`](https://github.com/open-webui/open-webui/commit/c2bbb37fc13012c46b41f6b1cbd52ba05531782f) fix: sidebar - [`3069fa8`](https://github.com/open-webui/open-webui/commit/3069fa80746a83ef8cd7e8c85a3ba64d7920abeb) Update main.py to enable http_proxy use for checking for new versions - [`d4b1009`](https://github.com/open-webui/open-webui/commit/d4b10097d2ac57af709d4024d80ca29db26f832c) fix: sidebar - [`194564e`](https://github.com/open-webui/open-webui/commit/194564e253ef60086e33b8efcd3656f18e11c151) Update Chinese translation - [`e7fb861`](https://github.com/open-webui/open-webui/commit/e7fb86190ab25d92d28a550460e0ede5966c85aa) added missing i18n keys ### 📊 Changes **118 files changed** (+7697 additions, -2318 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+33 -0) 📝 `README.md` (+11 -2) 📝 `backend/apps/audio/main.py` (+209 -61) 📝 `backend/apps/ollama/main.py` (+7 -6) 📝 `backend/apps/openai/main.py` (+128 -81) 📝 `backend/apps/rag/main.py` (+12 -0) 📝 `backend/apps/rag/utils.py` (+3 -44) 📝 `backend/apps/socket/main.py` (+25 -6) 📝 `backend/config.py` (+114 -17) 📝 `backend/main.py` (+349 -86) 📝 `backend/requirements.txt` (+4 -1) 📝 `backend/start.sh` (+2 -2) 📝 `backend/utils/misc.py` (+48 -1) ➖ `backend/utils/models.py` (+0 -10) ➕ `backend/utils/task.py` (+112 -0) 📝 `docs/CONTRIBUTING.md` (+1 -1) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/app.html` (+18 -9) 📝 `src/lib/apis/audio/index.ts` (+3 -3) _...and 80 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:40:20 -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#7925