mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-22 09:31:58 -05:00
[GH-ISSUE #754] Continued responses have no option to pause generation #115514
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 @Ufuk-a on GitHub (Feb 16, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/754
Bug Report
Description
Bug Summary:
When I continue a response, it is not possible to stop the generation until the stop sequence, this makes it so that I have to wait until the model completes the response. This is painful in contexts where long responses are wanted.
Steps to Reproduce:
Generate a response, continue it using the button. May have to edit it somewhat to not run into a stop sequence the first token.
Expected Behavior:
To see the pause generation button that normally takes the place of the send message button when the model is generating
Actual Behavior:
The send message is greyed out, but not replaced with the pause generation button.
Note: It seems clicking the edit button again while a continue generation is happening pauses it. But it might still be a good idea to change this behavior. On second thought, clicking the edit button while the generation is happening seems to cause some weirdness in the way of the response being continued from the unedited state sometimes.
Environment