mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 04:16:03 -05:00
[GH-ISSUE #23533] issue: no streaming out with model minimax 2.5 #35535
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 @zengweitju on GitHub (Apr 9, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/23533
Check Existing Issues
Installation Method
Pip Install
Open WebUI Version
v0.8.12
Ollama Version (if applicable)
No response
Operating System
macOS sonoma
Browser (if applicable)
chrome 145.0.7632.160
Confirmation
README.md.Expected Behavior
When connected to MiniMax-M2.5, the output should be streaming, but it seems to output the results all at once, resulting in a very long response time.
Actual Behavior
When connected to MiniMax-M2.5, the output should be streaming, but it seems to output the results all at once, resulting in a very long response time.
Steps to Reproduce
pip install open-webui
open-webui serve
no streaming outout
Logs & Screenshots
Additional Information
No response
@Classic298 commented on GitHub (Apr 9, 2026):
cannot reproduce. works streaming for me. did you perhaps disable streaming accidentally in the advanced settings for the model, the global advanced settings for all models or the advanced settings specifically for your chat or inside your profile?