mirror of
https://github.com/open-webui/open-webui.git
synced 2026-06-05 00:10:27 -05:00
[GH-ISSUE #9100] Option to disable <think> block markdown rendering #69987
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 @XingjianXie on GitHub (Jan 30, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/9100
It is possible to provide an option to turn on / off the markdown rendering for <think> block? DeepSeek is trained output plain text in <think> block and output rich text outside.
Example:
Question "How to reshape the tensor from (A, B, C, D) to (A, B * C * D) in PyTorch"
Open WebUI:
chat.deepseek.com:
@XingjianXie commented on GitHub (Jan 30, 2025):
The content of the <think> block is not normally influenced by system prompt. While the model can be instructed to output in a specific format, it normally does not change the output format in <think> block. In DeepSeek R1, it is assumed plain text.