Original PR: https://github.com/open-webui/open-webui/pull/8835 Author: @tjbck Created: 1/23/2025 Status: ✅ Merged Merged: 1/23/2025 Merged by: @tjbck
Base: main ← Head: dev
main
dev
6f17c29
863f73d
8fc5532
dd6de74
1dd8e5f
6a9978d
bb45d35
3d5e361
646671c
ba81b47
58 files changed (+293 additions, -74 deletions)
📝 CHANGELOG.md (+13 -0) 📝 backend/open_webui/routers/models.py (+10 -0) 📝 backend/open_webui/routers/ollama.py (+4 -4) 📝 backend/open_webui/routers/tools.py (+11 -0) 📝 backend/open_webui/utils/middleware.py (+2 -2) 📝 package-lock.json (+2 -2) 📝 package.json (+1 -1) 📝 src/lib/components/common/Collapsible.svelte (+33 -1) ➕ src/lib/dayjs.js (+104 -0) 📝 src/lib/i18n/locales/ar-BH/translation.json (+1 -0) 📝 src/lib/i18n/locales/bg-BG/translation.json (+1 -0) 📝 src/lib/i18n/locales/bn-BD/translation.json (+1 -0) 📝 src/lib/i18n/locales/ca-ES/translation.json (+36 -35) 📝 src/lib/i18n/locales/ceb-PH/translation.json (+1 -0) 📝 src/lib/i18n/locales/cs-CZ/translation.json (+1 -0) 📝 src/lib/i18n/locales/da-DK/translation.json (+1 -0) 📝 src/lib/i18n/locales/de-DE/translation.json (+1 -0) 📝 src/lib/i18n/locales/dg-DG/translation.json (+1 -0) 📝 src/lib/i18n/locales/el-GR/translation.json (+1 -0) 📝 src/lib/i18n/locales/en-GB/translation.json (+1 -0)
CHANGELOG.md
backend/open_webui/routers/models.py
backend/open_webui/routers/ollama.py
backend/open_webui/routers/tools.py
backend/open_webui/utils/middleware.py
package-lock.json
package.json
src/lib/components/common/Collapsible.svelte
src/lib/dayjs.js
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
src/lib/i18n/locales/el-GR/translation.json
src/lib/i18n/locales/en-GB/translation.json
...and 38 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/8835
Author: @tjbck
Created: 1/23/2025
Status: ✅ Merged
Merged: 1/23/2025
Merged by: @tjbck
Base:
main← Head:dev📝 Commits (10+)
6f17c29Update catalan translation.json863f73dUpdate zh-cn8fc5532fix: tools valves accessdd6de74fix: model update access1dd8e5fMerge pull request #8821 from panda44312/patch-36a9978dMerge pull request #8801 from aleixdorca/devbb45d35fix: ollama prefix id3d5e361i18n: update zh-TW646671cMerge pull request #8837 from TiancongLx/devba81b47refac📊 Changes
58 files changed (+293 additions, -74 deletions)
View changed files
📝
CHANGELOG.md(+13 -0)📝
backend/open_webui/routers/models.py(+10 -0)📝
backend/open_webui/routers/ollama.py(+4 -4)📝
backend/open_webui/routers/tools.py(+11 -0)📝
backend/open_webui/utils/middleware.py(+2 -2)📝
package-lock.json(+2 -2)📝
package.json(+1 -1)📝
src/lib/components/common/Collapsible.svelte(+33 -1)➕
src/lib/dayjs.js(+104 -0)📝
src/lib/i18n/locales/ar-BH/translation.json(+1 -0)📝
src/lib/i18n/locales/bg-BG/translation.json(+1 -0)📝
src/lib/i18n/locales/bn-BD/translation.json(+1 -0)📝
src/lib/i18n/locales/ca-ES/translation.json(+36 -35)📝
src/lib/i18n/locales/ceb-PH/translation.json(+1 -0)📝
src/lib/i18n/locales/cs-CZ/translation.json(+1 -0)📝
src/lib/i18n/locales/da-DK/translation.json(+1 -0)📝
src/lib/i18n/locales/de-DE/translation.json(+1 -0)📝
src/lib/i18n/locales/dg-DG/translation.json(+1 -0)📝
src/lib/i18n/locales/el-GR/translation.json(+1 -0)📝
src/lib/i18n/locales/en-GB/translation.json(+1 -0)...and 38 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.