mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #11380] feat: temporary chat toggle location and non-temporary nature #31737
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 @lucyknada on GitHub (Mar 7, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11380
Check Existing Issues
Problem Description
The temporary chat toggle being in the model selection always confuses users (incl. me) whenever I introduce them to openweb, because everyone expects it to be in the new chat window (see below).
Further temporary chat is always associated with it toggling for one chat rather than forever and having to toggle it off each time, means you lose out on chats you actually wanted to persist.
Desired Solution you'd like
for the toggle:
for non temporary:
Thanks!