mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 21:09:41 -05:00
[GH-ISSUE #23326] issue: High Latency in Message Dispatch When Enabling Tools/Skills in Open WebUI #58615
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 @Doan-IT on GitHub (Apr 1, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23326
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.8.10
Ollama Version (if applicable)
No response
Operating System
Linux
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
While using the vLLM backend, chat messages are typically transmitted instantly.
Actual Behavior
However, when the "Tools" or "Skills" functionality is activated for a model, there is a noticeable 2-3 second hang/delay before the message is successfully sent from the UI to the backend.
Steps to Reproduce
_
Logs & Screenshots
_
Additional Information
No response
@tjbck commented on GitHub (Apr 2, 2026):
Function calling mode should be set to native most of the time.