mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-13 18:44:23 -05:00
feat: incognito mode for chat #150
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 @jeremiahsb on GitHub (Jan 5, 2024).
Originally assigned to: @tjbck on GitHub.
Describe the solution you'd like
Chat history is great, though there are some instances where it would be nice to be able to temporarily disable the chats going into the history, for example if one is playing around with different, repeated prompts. It would be great to have a toggle that could put the UI into "incognito" or "off the record" mode where the chats wouldn't go to the history.
Describe alternatives you've considered
There are a couple of ways of handling this now. It's possible to delete the chat history one by one, or create a second user profile (and delete it when done) but the toggle would be easier.
@tjbck commented on GitHub (Jan 5, 2024):
Hi, Thanks for the suggestion! I'll try to implement this feature in the near future, stay tuned!
@tjbck commented on GitHub (Jan 6, 2024):
Just added this feature with the latest release! You can toggle incognito mode from the settings, Let me know if you encounter any issues, Thanks!