mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 14:13:08 -05:00
Switching chat topic before the current chat response is finished, the last entry completely disappears #3025
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 @robbyjo on GitHub (Dec 16, 2024).
Open WebUI Version: 0.4.8
Ollama Version: 0.5.1
OS: Windows 11
RAM: 192GB
GPU: 2x4090 RTX
Reproducibility: Always
Model: Any model
Installation: Docker CUDA version (Docker Desktop v4.37)
When the answer is pretty long (and thus takes some time) in a chat topic, and I switch to another chat topic and return, the last entry (and the partial answer) was gone. Yet, my computer is still busy churning the answer. When it is done working with that answer and I return to that chat topic, it appears that the entry was completely gone.
Expected behavior: The entry should still be there. I expect to see the answer continues to stream.
This happens since 0.4.x.
@tjbck commented on GitHub (Dec 19, 2024):
Actively being worked on, #2647