mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-17 12:31:06 -05:00
Let the user decide if the current conversation should be stored #960
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 @yaakuro on GitHub (May 18, 2024).
Is your feature request related to a problem? Please describe.
Let the user decide if the current conversation should be stored in the 'conversation panel'. A newly created conversation should be just temporary and if user clicks a "save" button (lets say after a while he/she decides to keep that conversation), it should be saved into the database. Or at least allow this option instead making it default, so people can choose how conversations are saved.
I find myself always in the situation where i just want to ask quickly questions without the hassle of (after finishing that conversation), press "..." , press "delete", press "ok" just to get rid of the conversation. I'd rather not to archive and delete later on which is again unnecessary steps.
Describe the solution you'd like
Put a store button somewhere, maybe close the prompt input field that allows to store the conversation into the database. If not default allow the user to enable this behavior.