mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[Feature] Continue inference while switching between chats. #715
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 @imkebe on GitHub (Apr 24, 2024).
While locally hosted LLM's are not as fast as cloud ones, and there is an option to provide multiple independent hosting endpoints I would like to have two or more (might be able to configure it) active chats. Currently while I send a query I need to stay in the context of the conversation to finish it. When I switch to another one i lost the current context of the ongoing one. When it finishes it often mess up the conversation. There should be an pending icon in the left chat list if the query was send and the inference is ongoing.