mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 19:38:46 -05:00
[GH-ISSUE #8819] Asisstant chat messages are not displayed on v0.5.4+ #53944
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 @vladislavdonchev on GitHub (Jan 23, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/8819
Installation Method
pip
Environment
Open WebUI Version: v0.5.4+
Operating System: Windows 11
Confirmation:
Expected Behavior:
The assistant chat message appears as usual.
Actual Behavior:
The message is streamed, then completed, but the actual text is not presented in chat, although the state of the assistant chat message changes to completed (controls below message appear).
Description
Bug Summary:
Regression - any version above 0.5.3 that I install (via pip) - 0.5.4, 0.5.5, 0.5.6 has an issue where none of the assistant messages are properly displayed in chat. Attached screenshot. No visible exceptions or errors in browser log or Open WebUI process log.
Tested rolling back to 0.5.3, 0.5.2 - everything working fine there.
Reproduction Details
Steps to Reproduce:
pip -install open-webui --upgrade
Logs and Screenshots
Browser Console Logs:
browser_console.log
Process Logs:
ollama.log
open_webui.log
Screenshots/Screen Recordings (if applicable):