mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #16289] issue: Laggy Reasoning Content Formatting #56514
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 @yuchenxie4645 on GitHub (Aug 5, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/16289
For reasoning models like Qwen3, DeepSeek, and other models from API, long reasoning for hard problems like AIME and USACO problems results in slow formatting, and lag. Lag causes token streaming to be slowed down dramatically within UI. I was thinking maybe a reasoning stripper/summarizer that google and openai uses for their reasoning models? How do we implement it?