mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-23 01:51:58 -05:00
[GH-ISSUE #8332] [Feature] Hopefully it's possible to not follow the latest reply #15086
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 @SammySnake-d on GitHub (Jan 5, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8332
Feature Request
Is your feature request related to a problem? Please describe.
Yes, the current system automatically follows the latest answer, which is an inconvenience when I'm reading complex content (e.g., essays). I may still be comprehending the last answer, but the system is already working on the next question, resulting in me not being able to make the most of the time spent answering.
Describe the solution you'd like
I would like to add an option to allow users to disable the ability to automatically follow the latest answer. This way, users can choose to fully understand the previous answer before moving on to the next question to avoid wasting time.
Describe alternatives you've considered
Add an option button where the user can choose whether to follow the latest answer or not
Additional context
None