mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #8235] After the pipe response has ended, the chat interface remains in a state of waiting for the information stream #30577
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 @danielaskdd on GitHub (Dec 31, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8235
Bug Report
Installation Method
docker run -d -p 5023:8080 --restart unless-stopped
-v open-webui:/app/backend/data
--add-host=host.docker.internal:host-gateway
--name open-webui
--gpus all
-e WEBUI_NAME=znAI
-e GLOBAL_LOG_LEVEL="WARNING"
-e MAIN_LOG_LEVEL="WARNING"
-e MODELS_LOG_LEVEL="WARNING"
-e OLLAMA_LOG_LEVEL="WARNING"
-e OPENAI_LOG_LEVEL="WARNING"
-e RAG_LOG_LEVEL="WARNING"
-e LITELLM_LOG_LEVEL="WARNING"
-e TZ=Asia/Shanghai
ghcr.io/open-webui/open-webui:cuda
Environment
Confirmation:
Expected Behavior:
After pipe response ended, the Action icons show up following the respond message, and the Stop button become the Call button.
Actual Behavior:
Action icons not show up, and Stop button Still there until I pressed it.
Description
Bug Summary:
After the pipe response has ended, the chat interface remains in a state of waiting for the information stream. The Action icons not show up, and Stop button Still there until I pressed it.
Reproduction Details
Action icons not show up, and Stop button Still there until I pressed it.
@tjbck commented on GitHub (Dec 31, 2024):
This should be resolved in dev.