mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #10533] Ability to edit an llm response AND have ui continue generating assistant response from that point #15926
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 @thistleknot on GitHub (Feb 21, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10533
Feature Request
Describe the solution you'd like
I can edit any response (whether user or llm), but I can't get the llm to continue it's own response if I edit it. I'm not sure if this is even possible with the way the chat messages are likely being processed (I am familiar with the process). What I'm proposing is sending an assistant message back to the llm to continue more or less (after it's been edited).
Describe alternatives you've considered
Current alternative is to edit the llm response, and then start a user response after this edit.