mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 22:21:27 -05:00
[PR #1272] [MERGED] feat: cancel model download #7419
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/1272
Author: @anuraagdjain
Created: 3/23/2024
Status: ✅ Merged
Merged: 3/24/2024
Merged by: @tjbck
Base:
dev← Head:feat/cancel-model-download📝 Commits (8)
ae97a96WIP feat: cancel model download45311bfMerge branch 'main' into feat/cancel-model-downloadd291821refac: delete button UI7e6d499refac: remove conosle.log642ca5arefac: ui244f34crefac: cancel downloade008738feat: cancel download from backend3e0d9adMerge branch 'dev' into feat/cancel-model-download📊 Changes
7 files changed (+120 additions, -28 deletions)
View changed files
📝
.gitignore(+1 -1)📝
backend/apps/ollama/main.py(+18 -2)📝
src/lib/apis/ollama/index.ts(+1 -1)📝
src/lib/components/chat/Settings/Models.svelte(+90 -14)📝
src/routes/(app)/+page.svelte(+3 -3)📝
src/routes/(app)/c/[id]/+page.svelte(+3 -3)📝
src/routes/(app)/playground/+page.svelte(+4 -4)📄 Description
Pull Request Checklist
Description
[Insert a brief description of the changes made in this pull request]
Changelog Entry
Added
Fixed
Changed
Removed
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.