mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #183] "New Chat" created per word streamed, when you click it during message generation. #50633
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 @leochoo on GitHub (Dec 6, 2023).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/183
Describe the bug
When you click on "New Chat" while the message is being streamed, "New Chat" will be created per word streamed it seems.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Message generation stops and the new chat starts.
Screenshots

Desktop (please complete the following information):
Additional context
I'm just using frontend. I am NOT using Docker. I am NOT using the backend.
Instead, I'm using the regular ollama previously installed.
I'm running it via
npm run devand ollama viaollama serve.Frontend .env points to
OLLAMA_API_BASE_URL='http://127.0.0.1:11434/api'@tjbck commented on GitHub (Dec 6, 2023):
Hi, Thanks for creating this issue! Taking a look right now, stay tuned!
@tjbck commented on GitHub (Dec 6, 2023):
Hi, I just merged the branch with the fix to main, Please let me know if the issue still persists after you try out the latest release. Thanks!