mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #12367] feat: Delete files uploaded during temporary chat #32100
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?
Originally created by @tkg61 on GitHub (Apr 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/12367
Check Existing Issues
Problem Description
Files uploaded during a temporary chat persist after the chat has finished and the user has exited temporary mode
Desired Solution you'd like
Have any files uploaded during the conversation deleted from the backend
Alternatives Considered
No response
Additional Context
No response
@tkg61 commented on GitHub (Apr 2, 2025):
This should be different then cleaning up normal chats (https://github.com/open-webui/open-webui/discussions/12280) since everything about a temporary conversation should not persist.
THough i agree that cleaning up old chats should delete the data as well in some fashion
@tjbck commented on GitHub (Apr 2, 2025):
File upload being stored in the backend is the intended behaviour, would love to see a third party tooling for https://github.com/open-webui/open-webui/discussions/12280