[PR #7057] [MERGED] 0.4.1 #8806

Closed
opened 2025-11-11 18:06:28 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/7057
Author: @tjbck
Created: 11/20/2024
Status: Merged
Merged: 11/20/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

📊 Changes

57 files changed (+333 additions, -81 deletions)

View changed files

📝 .github/workflows/deploy-to-hf-spaces.yml (+4 -0)
📝 CHANGELOG.md (+13 -0)
📝 backend/open_webui/apps/webui/routers/auths.py (+2 -2)
📝 backend/open_webui/apps/webui/routers/models.py (+5 -4)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/lib/apis/models/index.ts (+5 -5)
📝 src/lib/components/chat/Chat.svelte (+4 -2)
📝 src/lib/components/chat/MessageInput.svelte (+16 -6)
📝 src/lib/components/chat/Messages/RateComment.svelte (+92 -49)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+5 -10)
📝 src/lib/i18n/locales/ar-BH/translation.json (+4 -0)
📝 src/lib/i18n/locales/bg-BG/translation.json (+4 -0)
📝 src/lib/i18n/locales/bn-BD/translation.json (+4 -0)
📝 src/lib/i18n/locales/ca-ES/translation.json (+4 -0)
📝 src/lib/i18n/locales/ceb-PH/translation.json (+4 -0)
📝 src/lib/i18n/locales/cs-CZ/translation.json (+4 -0)
📝 src/lib/i18n/locales/da-DK/translation.json (+4 -0)
📝 src/lib/i18n/locales/de-DE/translation.json (+4 -0)
📝 src/lib/i18n/locales/dg-DG/translation.json (+4 -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/7057 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 11/20/2024 **Status:** ✅ Merged **Merged:** 11/20/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`9d9a60a`](https://github.com/open-webui/open-webui/commit/9d9a60afecc7a4fb6267c19d101546366bc22d9b) refac - [`00e4179`](https://github.com/open-webui/open-webui/commit/00e41790bff71dc0d0c64c9e34d2f285c0289ffa) enh: show tool description on hover - [`7f7b1b1`](https://github.com/open-webui/open-webui/commit/7f7b1b18cd3e7b9d1e840c66f787304a924e26f3) doc: changelog - [`2c2c2ea`](https://github.com/open-webui/open-webui/commit/2c2c2ea9e1350e097d8f04f297eeaf0ca714941d) fix(workflow): fix huggingface deploy errors and track .jpg file types - [`206a487`](https://github.com/open-webui/open-webui/commit/206a4877c7a52007e96fb7a0d0ebfdc9db346e2c) fix: api key creation - [`70c6d3b`](https://github.com/open-webui/open-webui/commit/70c6d3bf9f781504abe1bbab8044f9577c5d020d) fix - [`0e0a9b4`](https://github.com/open-webui/open-webui/commit/0e0a9b4b271cd012ff8efd99fa4fefb616b87f8e) Merge pull request #7061 from zhoubinxin/dev - [`cbcd14c`](https://github.com/open-webui/open-webui/commit/cbcd14cdbf8ff9bd4b2fa5c2df8a2fe52f7bd9b9) doc: changelog - [`7c5b845`](https://github.com/open-webui/open-webui/commit/7c5b845d16eec5a01853300d82d20122762d796a) refac: add citations to outlet/actions form - [`7966367`](https://github.com/open-webui/open-webui/commit/796636710707970b338fc389993192409696c830) refac: models api ### 📊 Changes **57 files changed** (+333 additions, -81 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/deploy-to-hf-spaces.yml` (+4 -0) 📝 `CHANGELOG.md` (+13 -0) 📝 `backend/open_webui/apps/webui/routers/auths.py` (+2 -2) 📝 `backend/open_webui/apps/webui/routers/models.py` (+5 -4) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/lib/apis/models/index.ts` (+5 -5) 📝 `src/lib/components/chat/Chat.svelte` (+4 -2) 📝 `src/lib/components/chat/MessageInput.svelte` (+16 -6) 📝 `src/lib/components/chat/Messages/RateComment.svelte` (+92 -49) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+5 -10) 📝 `src/lib/i18n/locales/ar-BH/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/bg-BG/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/bn-BD/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/ceb-PH/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/cs-CZ/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/da-DK/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+4 -0) 📝 `src/lib/i18n/locales/dg-DG/translation.json` (+4 -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 2025-11-11 18:06:28 -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#8806