[PR #8770] [MERGED] 0.5.6 #9081

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

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/8770
Author: @tjbck
Created: 1/22/2025
Status: Merged
Merged: 1/22/2025
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (8)

📊 Changes

59 files changed (+308 additions, -32 deletions)

View changed files

📝 CHANGELOG.md (+14 -0)
📝 backend/open_webui/routers/ollama.py (+3 -2)
📝 backend/open_webui/utils/middleware.py (+4 -0)
📝 backend/open_webui/utils/payload.py (+1 -0)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/lib/apis/ollama/index.ts (+2 -10)
📝 src/lib/components/admin/Settings/Models/Manage/ManageOllama.svelte (+37 -13)
📝 src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte (+45 -1)
📝 src/lib/components/common/Collapsible.svelte (+3 -3)
📝 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)
📝 src/lib/i18n/locales/el-GR/translation.json (+4 -0)

...and 39 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/8770 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 1/22/2025 **Status:** ✅ Merged **Merged:** 1/22/2025 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (8) - [`ea7d4ec`](https://github.com/open-webui/open-webui/commit/ea7d4ec6eab3d1aac43d6d98e8df81f17e4f64b4) refac: styling - [`aaf97b8`](https://github.com/open-webui/open-webui/commit/aaf97b85dc68eaf48cd25961369991a1fa1595cd) enh: reasoning_effort param support for openai - [`7593d11`](https://github.com/open-webui/open-webui/commit/7593d11b97013665e0bb0606e033462575760779) refac: wording - [`419005a`](https://github.com/open-webui/open-webui/commit/419005a578b4b0acef25d9b82cd4623c5b3fd305) refac: manage ollama - [`8380d3f`](https://github.com/open-webui/open-webui/commit/8380d3f5ae30fcd9bb3da235aab49c7cae913e67) refac - [`f4b5039`](https://github.com/open-webui/open-webui/commit/f4b5039adfff50c40ade496113bb984e85be1057) enh: new ollama create model method - [`667928e`](https://github.com/open-webui/open-webui/commit/667928efb08359468e5f1438a74983600e5951ad) chore: format - [`6186dec`](https://github.com/open-webui/open-webui/commit/6186dec781a8341630080fda5fb86907b89b7669) doc: changelog ### 📊 Changes **59 files changed** (+308 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+14 -0) 📝 `backend/open_webui/routers/ollama.py` (+3 -2) 📝 `backend/open_webui/utils/middleware.py` (+4 -0) 📝 `backend/open_webui/utils/payload.py` (+1 -0) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/lib/apis/ollama/index.ts` (+2 -10) 📝 `src/lib/components/admin/Settings/Models/Manage/ManageOllama.svelte` (+37 -13) 📝 `src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte` (+45 -1) 📝 `src/lib/components/common/Collapsible.svelte` (+3 -3) 📝 `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) 📝 `src/lib/i18n/locales/el-GR/translation.json` (+4 -0) _...and 39 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:13:38 -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#9081