mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
Simultaneous Requests to Multiple Models Not Displayed in the Interface #2844
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 @ittomsk on GitHub (Nov 27, 2024).
Description:
When sending simultaneous requests to multiple models, the interface fails to display the progress or results for all models. The issue manifests as follows:
This creates difficulties in tracking tasks and requires manually deleting and resubmitting requests.
Steps to Reproduce:
Expected Behavior:
Actual Behavior:
Screenshots/Logs:

Interface screenshot
nvtop screenshot

System Information:
Additional Notes:
This issue may be related to a lack of synchronization between the model processes and the interface. It could also be caused by interface overload or the absence of a proper request management mechanism.