mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[GH-ISSUE #11746] issue: Denial of Service (Chat generations) #55008
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 @frenzybiscuit on GitHub (Mar 16, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/11746
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
latest
Ollama Version (if applicable)
No response
Operating System
Debian 12
Browser (if applicable)
Firefox
Confirmation
README.md.Expected Behavior
User can only generate one chat at a time
Actual Behavior
User can go through the chat list and click regenerate on every chat.
User can leave the chat while regenerating, go into another chat, regenerate that one and continue onto other chats.
This can in effect create a denial of service for the LLM backend. For local models, this could quickly prevent other people from using your service. For remote models, if your API key can only generate so many concurrent chats at once, this will overwhelm it.
Steps to Reproduce
described above
Logs & Screenshots
none
Additional Information
No response
@frenzybiscuit commented on GitHub (Mar 16, 2025):
Using OpenAI backends.