mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-18 04:51:23 -05:00
[PR #996] [MERGED] 0.1.107 #7348
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:dev📝 Commits (10+)
5adff77Adding Makefile and LLM update script6bc627bUpdated code comments to English.7d0d504Updated code comments to English.a016171fix: update Makefile and rename script for open-webui integration0f6bdaafeat: implemented user confirmation for safe removal of containers and volumes in Makefilef4122fdupdate5a81ca7Merge pull request #960 from cocktailpeanut/main941ab5dMerge pull request #848 from Patrice-Gaudicheau/feat-makefile-llm-update30c94fffix: unnecesary double loop19d49dfMerge 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.