mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-05 18:38:17 -05:00
[GH-ISSUE #4733] Bug: using several of the same model at the same time corrupts the answer #13712
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 @thiswillbeyourgithub on GitHub (Aug 19, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/4733
Bug Report
Installation Method
docker compose
Environment
Confirmation:
Expected Behavior:
2 message
Actual Behavior:
1 empty message and 1 corrupted message
Description
Bug Summary:
If you select twice the same model and ask for an output they will write at the same location at the same time, producing nonsense.
Reproduction Details
Steps to Reproduce:
Select twice the same model at the top, then ask the LLMs something
Logs and Screenshots
Browser Console Logs:
No errors nor warnings
Docker Container Logs:
No errors nor warnings
Screenshots/Screen Recordings (if applicable):


@tjbck commented on GitHub (Aug 19, 2024):
Fixed on dev.