mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 02:48:13 -05:00
feature: Disable Chat History #1158
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 @StammesOpfer on GitHub (Jun 6, 2024).
I host a small instance with a couple shared users and auto login (single user mode). I would like to ensure that users are not seeing each others chats. Separate logins is not an option currently
I would like an option to either globally set chat history to off, or set the default behavior to off, or for chat history setting to be stored server side (it appears to be stored client side).
I am not terribly concerned about chat history getting reenabled, but an environment variable that disables chat history completely would be ideal.
@justinh-rahb commented on GitHub (Jun 6, 2024):
Single user mode is exactly that, meant for a single local user. Seperate logins and chat history storage is the default behavior that's been disabled here. I think the default setting is more appropriate for your use case. A password is not a high barrier to use, you can enter it one time and as long as you set
WEBUI_SECRET_KEYenvironment variable to a static value, your session will stay logged in forever, in between container restarts or replacement.