[PR #996] [MERGED] 0.1.107 #7348

Closed
opened 2025-11-11 17:24:04 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (10+)

  • 5adff77 Adding Makefile and LLM update script
  • 6bc627b Updated code comments to English.
  • 7d0d504 Updated code comments to English.
  • a016171 fix: update Makefile and rename script for open-webui integration
  • 0f6bdaa feat: implemented user confirmation for safe removal of containers and volumes in Makefile
  • f4122fd update
  • 5a81ca7 Merge pull request #960 from cocktailpeanut/main
  • 941ab5d Merge pull request #848 from Patrice-Gaudicheau/feat-makefile-llm-update
  • 30c94ff fix: unnecesary double loop
  • 19d49df Merge pull request #968 from Carlos-err406/fix/double-loop

📊 Changes

43 files changed (+179 additions, -91 deletions)

View changed files

📝 CHANGELOG.md (+17 -0)
Makefile (+25 -0)
confirm_remove.sh (+8 -0)
📝 package-lock.json (+12 -34)
📝 package.json (+2 -2)
📝 run-compose.sh (+1 -1)
📝 src/lib/components/admin/EditUserModal.svelte (+1 -1)
📝 src/lib/components/chat/MessageInput.svelte (+1 -1)
📝 src/lib/components/chat/MessageInput/Documents.svelte (+1 -1)
📝 src/lib/components/chat/MessageInput/Models.svelte (+1 -1)
📝 src/lib/components/chat/MessageInput/PromptCommands.svelte (+1 -1)
📝 src/lib/components/chat/Messages.svelte (+1 -1)
📝 src/lib/components/chat/Messages/ResponseMessage.svelte (+1 -1)
📝 src/lib/components/chat/ModelSelector.svelte (+1 -1)
📝 src/lib/components/chat/Settings/Account.svelte (+1 -1)
📝 src/lib/components/chat/Settings/Account/UpdatePassword.svelte (+1 -1)
📝 src/lib/components/chat/Settings/Audio.svelte (+1 -1)
📝 src/lib/components/chat/Settings/Chats.svelte (+1 -1)
📝 src/lib/components/chat/Settings/Connections.svelte (+1 -1)
📝 src/lib/components/chat/Settings/General.svelte (+1 -1)

...and 23 more files

📄 Description

Resolves #979 #976 #957


🔄 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/996 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 3/2/2024 **Status:** ✅ Merged **Merged:** 3/2/2024 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (10+) - [`5adff77`](https://github.com/open-webui/open-webui/commit/5adff7767f1dcbc6dca77dff32e9f0deeb248705) Adding Makefile and LLM update script - [`6bc627b`](https://github.com/open-webui/open-webui/commit/6bc627bbfba1bf9232286e53993a857aa5cc005b) Updated code comments to English. - [`7d0d504`](https://github.com/open-webui/open-webui/commit/7d0d504390c55f09aa31dc6ba555dc8497aab0bb) Updated code comments to English. - [`a016171`](https://github.com/open-webui/open-webui/commit/a016171573f9da5d09c1030776d4a9050e55569b) fix: update Makefile and rename script for open-webui integration - [`0f6bdaa`](https://github.com/open-webui/open-webui/commit/0f6bdaa60238e15832bcbe0414b5d62d3fe55669) feat: implemented user confirmation for safe removal of containers and volumes in Makefile - [`f4122fd`](https://github.com/open-webui/open-webui/commit/f4122fd0ced007c47b17921d7919db1a0f3fd13c) update - [`5a81ca7`](https://github.com/open-webui/open-webui/commit/5a81ca7e39fc2b30399f47ac9e1545f73327eba9) Merge pull request #960 from cocktailpeanut/main - [`941ab5d`](https://github.com/open-webui/open-webui/commit/941ab5d6cfcd1edcd19f6ed9f4034dea7b8c9cb4) Merge pull request #848 from Patrice-Gaudicheau/feat-makefile-llm-update - [`30c94ff`](https://github.com/open-webui/open-webui/commit/30c94ff10f2a6f7fb6c649ea675d8b9c1dbcfd5a) fix: unnecesary double loop - [`19d49df`](https://github.com/open-webui/open-webui/commit/19d49df76f52078e7054811b858b19f1ac705394) Merge pull request #968 from Carlos-err406/fix/double-loop ### 📊 Changes **43 files changed** (+179 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+17 -0) ➕ `Makefile` (+25 -0) ➕ `confirm_remove.sh` (+8 -0) 📝 `package-lock.json` (+12 -34) 📝 `package.json` (+2 -2) 📝 `run-compose.sh` (+1 -1) 📝 `src/lib/components/admin/EditUserModal.svelte` (+1 -1) 📝 `src/lib/components/chat/MessageInput.svelte` (+1 -1) 📝 `src/lib/components/chat/MessageInput/Documents.svelte` (+1 -1) 📝 `src/lib/components/chat/MessageInput/Models.svelte` (+1 -1) 📝 `src/lib/components/chat/MessageInput/PromptCommands.svelte` (+1 -1) 📝 `src/lib/components/chat/Messages.svelte` (+1 -1) 📝 `src/lib/components/chat/Messages/ResponseMessage.svelte` (+1 -1) 📝 `src/lib/components/chat/ModelSelector.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/Account.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/Account/UpdatePassword.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/Audio.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/Chats.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/Connections.svelte` (+1 -1) 📝 `src/lib/components/chat/Settings/General.svelte` (+1 -1) _...and 23 more files_ </details> ### 📄 Description Resolves #979 #976 #957 --- <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 17:24:04 -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#7348