[PR #1881] [MERGED] 0.1.123 #43873

Closed
opened 2026-04-29 17:52:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/1881
Author: @tjbck
Created: 4/30/2024
Status: Merged
Merged: 5/2/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

  • 76660f3 Improve translation
  • 5c887d0 feat: doge translation
  • 9af6c53 Merge pull request #1811 from open-webui/doge
  • bfd33ec feat: doge i18n placeholder
  • 6d90d13 feat: doge i18n response message profile image
  • f935acc Merge pull request #1813 from open-webui/doge
  • 3321a1b expend the image format type after the file is downloaded
  • f070e8b chore: format
  • 236ec28 Update translation.json
  • 9130428 Update translation.json

📊 Changes

98 files changed (+5781 additions, -1591 deletions)

View changed files

📝 .env.example (+2 -1)
.github/dependabot.yml (+11 -0)
📝 .github/workflows/format-build-frontend.yaml (+3 -0)
📝 .github/workflows/integration-test.yml (+131 -0)
📝 CHANGELOG.md (+26 -0)
📝 Dockerfile (+7 -2)
📝 backend/apps/images/main.py (+36 -21)
📝 backend/apps/openai/main.py (+5 -2)
📝 backend/apps/rag/main.py (+71 -9)
📝 backend/apps/rag/utils.py (+23 -17)
📝 backend/apps/web/models/auths.py (+4 -0)
📝 backend/apps/web/models/users.py (+7 -0)
📝 backend/apps/web/routers/auths.py (+49 -1)
📝 backend/apps/web/routers/users.py (+1 -1)
📝 backend/config.py (+18 -1)
📝 backend/constants.py (+4 -0)
📝 backend/data/config.json (+12 -0)
📝 backend/dev.sh (+0 -0)
📝 backend/main.py (+11 -6)
📝 backend/requirements.txt (+62 -59)

...and 78 more files

📄 Description

Resolves #1903 #1859 #1854 #1844 #1852 #463 #1886 #1837


🔄 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/1881 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 4/30/2024 **Status:** ✅ Merged **Merged:** 5/2/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`76660f3`](https://github.com/open-webui/open-webui/commit/76660f3e448a5450e0636a89fd464d9b2dbb6791) Improve translation - [`5c887d0`](https://github.com/open-webui/open-webui/commit/5c887d070916b82fe395648a453adbe8232df3d3) feat: doge translation - [`9af6c53`](https://github.com/open-webui/open-webui/commit/9af6c5300b7576798665e5900aa4269f71be4385) Merge pull request #1811 from open-webui/doge - [`bfd33ec`](https://github.com/open-webui/open-webui/commit/bfd33ec0dfdb08d12ffa8f24c0cb55cc1777b326) feat: doge i18n placeholder - [`6d90d13`](https://github.com/open-webui/open-webui/commit/6d90d130bd60e71f046de3dfad324356721d4aa9) feat: doge i18n response message profile image - [`f935acc`](https://github.com/open-webui/open-webui/commit/f935acc6bf96ec3ba5c5b8723ed0afacb662de29) Merge pull request #1813 from open-webui/doge - [`3321a1b`](https://github.com/open-webui/open-webui/commit/3321a1b922588dfc7d137646c79ed69a3b327aeb) ✨ expend the image format type after the file is downloaded - [`f070e8b`](https://github.com/open-webui/open-webui/commit/f070e8b7f9523464ce2a36b1a7e4202a067a0db9) chore: format - [`236ec28`](https://github.com/open-webui/open-webui/commit/236ec284910297942c400eebeeee65c13434cd53) Update translation.json - [`9130428`](https://github.com/open-webui/open-webui/commit/9130428a555fbb11f160658cea547312908f4d99) Update translation.json ### 📊 Changes **98 files changed** (+5781 additions, -1591 deletions) <details> <summary>View changed files</summary> 📝 `.env.example` (+2 -1) ➕ `.github/dependabot.yml` (+11 -0) 📝 `.github/workflows/format-build-frontend.yaml` (+3 -0) 📝 `.github/workflows/integration-test.yml` (+131 -0) 📝 `CHANGELOG.md` (+26 -0) 📝 `Dockerfile` (+7 -2) 📝 `backend/apps/images/main.py` (+36 -21) 📝 `backend/apps/openai/main.py` (+5 -2) 📝 `backend/apps/rag/main.py` (+71 -9) 📝 `backend/apps/rag/utils.py` (+23 -17) 📝 `backend/apps/web/models/auths.py` (+4 -0) 📝 `backend/apps/web/models/users.py` (+7 -0) 📝 `backend/apps/web/routers/auths.py` (+49 -1) 📝 `backend/apps/web/routers/users.py` (+1 -1) 📝 `backend/config.py` (+18 -1) 📝 `backend/constants.py` (+4 -0) 📝 `backend/data/config.json` (+12 -0) 📝 `backend/dev.sh` (+0 -0) 📝 `backend/main.py` (+11 -6) 📝 `backend/requirements.txt` (+62 -59) _...and 78 more files_ </details> ### 📄 Description Resolves #1903 #1859 #1854 #1844 #1852 #463 #1886 #1837 --- <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 17:52:36 -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#43873