[PR #2735] [MERGED] 0.2.1 #36704

Closed
opened 2026-04-25 10:27:22 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/2735
Author: @tjbck
Created: 6/2/2024
Status: Merged
Merged: 6/2/2024
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (10+)

  • afd62c3 Update translation.json
  • 45bff74 fix: docker build on tag broke due to cache
  • 80c6a39 Updated Ukrainian translation to v0.2.0
  • 5015486 Merge pull request #2715 from que-nguyen/dev
  • 2ad2866 Merge pull request #2718 from cheahjs/fix/tag-docker-build
  • 0bae972 Merge pull request #2722 from SimonOriginal/main
  • e0ba585 feat: include num_thread in advanced params
  • 4144289 fix: connections
  • 2e24c2d refac
  • 0a9f41a feat: single model export

📊 Changes

45 files changed (+945 additions, -537 deletions)

View changed files

📝 .github/workflows/docker-build.yaml (+1 -0)
📝 CHANGELOG.md (+17 -0)
📝 backend/apps/ollama/main.py (+65 -32)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte (+91 -0)
📝 src/lib/components/chat/Settings/Connections.svelte (+39 -10)
📝 src/lib/components/chat/Settings/Models.svelte (+415 -391)
src/lib/components/icons/ArrowDownTray.svelte (+19 -0)
📝 src/lib/components/workspace/Models.svelte (+10 -0)
📝 src/lib/components/workspace/Models/ModelMenu.svelte (+14 -0)
📝 src/lib/i18n/locales/ar-BH/translation.json (+5 -0)
📝 src/lib/i18n/locales/bg-BG/translation.json (+5 -0)
📝 src/lib/i18n/locales/bn-BD/translation.json (+5 -0)
📝 src/lib/i18n/locales/ca-ES/translation.json (+5 -0)
📝 src/lib/i18n/locales/ceb-PH/translation.json (+5 -0)
📝 src/lib/i18n/locales/de-DE/translation.json (+5 -0)
📝 src/lib/i18n/locales/dg-DG/translation.json (+5 -0)
📝 src/lib/i18n/locales/en-GB/translation.json (+5 -0)
📝 src/lib/i18n/locales/en-US/translation.json (+5 -0)

...and 25 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/2735 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 6/2/2024 **Status:** ✅ Merged **Merged:** 6/2/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`afd62c3`](https://github.com/open-webui/open-webui/commit/afd62c3b227a93b35a14498832fe7abcfa4fb8c6) Update translation.json - [`45bff74`](https://github.com/open-webui/open-webui/commit/45bff743a28451ff877dd7aeb87dcf16b6fa24d3) fix: docker build on tag broke due to cache - [`80c6a39`](https://github.com/open-webui/open-webui/commit/80c6a39fab70c3d3a2395906cdf69e7b6e116869) Updated Ukrainian translation to v0.2.0 - [`5015486`](https://github.com/open-webui/open-webui/commit/5015486fc2b547bccac161e91fcccf80c71ede94) Merge pull request #2715 from que-nguyen/dev - [`2ad2866`](https://github.com/open-webui/open-webui/commit/2ad286698b6771d03841ba02ebd911fc7f3b0d07) Merge pull request #2718 from cheahjs/fix/tag-docker-build - [`0bae972`](https://github.com/open-webui/open-webui/commit/0bae97218da8c307e15734a0a1513b4fa076eb19) Merge pull request #2722 from SimonOriginal/main - [`e0ba585`](https://github.com/open-webui/open-webui/commit/e0ba585204fdd3ea26fefc64a751191501703629) feat: include num_thread in advanced params - [`4144289`](https://github.com/open-webui/open-webui/commit/41442897e3d1be4f641fe8a7b307d1d1a17abba1) fix: connections - [`2e24c2d`](https://github.com/open-webui/open-webui/commit/2e24c2d4d32f0a1ecf96b3115260d46792864b05) refac - [`0a9f41a`](https://github.com/open-webui/open-webui/commit/0a9f41a044bae013b47714d1de3ea0549b081adb) feat: single model export ### 📊 Changes **45 files changed** (+945 additions, -537 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/docker-build.yaml` (+1 -0) 📝 `CHANGELOG.md` (+17 -0) 📝 `backend/apps/ollama/main.py` (+65 -32) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `src/lib/components/chat/Settings/Advanced/AdvancedParams.svelte` (+91 -0) 📝 `src/lib/components/chat/Settings/Connections.svelte` (+39 -10) 📝 `src/lib/components/chat/Settings/Models.svelte` (+415 -391) ➕ `src/lib/components/icons/ArrowDownTray.svelte` (+19 -0) 📝 `src/lib/components/workspace/Models.svelte` (+10 -0) 📝 `src/lib/components/workspace/Models/ModelMenu.svelte` (+14 -0) 📝 `src/lib/i18n/locales/ar-BH/translation.json` (+5 -0) 📝 `src/lib/i18n/locales/bg-BG/translation.json` (+5 -0) 📝 `src/lib/i18n/locales/bn-BD/translation.json` (+5 -0) 📝 `src/lib/i18n/locales/ca-ES/translation.json` (+5 -0) 📝 `src/lib/i18n/locales/ceb-PH/translation.json` (+5 -0) 📝 `src/lib/i18n/locales/de-DE/translation.json` (+5 -0) 📝 `src/lib/i18n/locales/dg-DG/translation.json` (+5 -0) 📝 `src/lib/i18n/locales/en-GB/translation.json` (+5 -0) 📝 `src/lib/i18n/locales/en-US/translation.json` (+5 -0) _...and 25 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 2026-04-25 10:27:22 -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#36704