mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #14668] feat: chats private by default setting systemwide #17328
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 @healdgar on GitHub (Jun 4, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/14668
Check Existing Issues
Problem Description
Currently, it is not possible to make chats temporary and non-retained by default. For many people who use Open Webui, we are using it because we want a zero-trust privacy-enhanced deployment of AI tools.
Desired Solution you'd like
A flag that can be set during server start in the config that would cause ALL chats to be temporary by default.
Alternatives Considered
No response
Additional Context
No response
@Ithanil commented on GitHub (Jun 4, 2025):
You can enforce temporary chats per permissions.
@healdgar commented on GitHub (Jun 4, 2025):
Got it, thanks!