mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
Pausing and generating successive answers/trains of thoughts #2077
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 @Fusseldieb on GitHub (Sep 13, 2024).
On the official ChatGPT interface, when it outputs stateful Python notebooks and now chains of thoughts, there's a way for the model to "finish" outputting content, process for a bit while showing some sort of progress, and then resuming the answer.
Is this possible with Pipelines?
In other words, how would I structure the pipeline so it can pause for a brief moment, process, and then resume the answer? Is this even possible currently?