mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-25 01:36:29 -05:00
[GH-ISSUE #9244] Format <think> Content as Quoted Text to Separate It from Final Output #15433
Reference in New Issue
Block a user
Originally created by @mohamedsakeel on GitHub (Feb 2, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9244
Description
Currently, when using DeepSeek, the model includes its reasoning or "thought process" within
<think>tags before providing the actual output. While this is a great feature for understanding how the model thinks, the way it’s presented makes it harder to differentiate between the reasoning and the final result.To make this clearer, I’m suggesting the content inside the
<think>tags be formatted as a quote (e.g., Markdown-style with>) or otherwise visually distinct. This would improve readability and make it easier for users to focus on the final output while still having access to the reasoning if needed.Thanks for considering this feature request! Let me know if I can provide further clarification or examples.
@lowlyocean commented on GitHub (Feb 2, 2025):
This was already added as of v0.5.7, and I can confirm it's working for deepseek-r1:14b (pulled from Ollama)