mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 22:21:27 -05:00
Support for Concurrent Users #1688
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 @spammenotinoz on GitHub (Aug 5, 2024).
Currently with two users, the system will only complete requests sequentially. This is the case even when users are using different LiteLLM model providers, and particularly evident when 1 of the 2 users is generating pictures.
Would like the ability for the system to handle parallel API requests to different and\or the same provider.
Have considered deploying Open-WebUI locally for both users or load balancing Open-WebUI itself, but seems extreme for 2 users.
From the comments I hear people with multiple users, wondering if I did something really dumb in the setup.
PS: Latest Image "docker.io/open-webui/open-webui:latest", but this issue has always existed for me, so perhaps user error.