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: main ← Head: dev
main
dev
9d9a60a
00e4179
7f7b1b1
2c2c2ea
206a487
70c6d3b
0e0a9b4
cbcd14c
7c5b845
7966367
57 files changed (+333 additions, -81 deletions)
📝 .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)
.github/workflows/deploy-to-hf-spaces.yml
CHANGELOG.md
backend/open_webui/apps/webui/routers/auths.py
backend/open_webui/apps/webui/routers/models.py
package-lock.json
package.json
src/lib/apis/models/index.ts
src/lib/components/chat/Chat.svelte
src/lib/components/chat/MessageInput.svelte
src/lib/components/chat/Messages/RateComment.svelte
src/lib/components/chat/Messages/ResponseMessage.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
...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/7057
Author: @tjbck
Created: 11/20/2024
Status: ✅ Merged
Merged: 11/20/2024
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
9d9a60arefac00e4179enh: show tool description on hover7f7b1b1doc: changelog2c2c2eafix(workflow): fix huggingface deploy errors and track .jpg file types206a487fix: api key creation70c6d3bfix0e0a9b4Merge pull request #7061 from zhoubinxin/devcbcd14cdoc: changelog7c5b845refac: add citations to outlet/actions form7966367refac: models api📊 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.