mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 14:39:31 -05:00
[GH-ISSUE #10832] Using it with DeepSeek R1 part of the template is sent to the model as part of the user message #16046
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 @ihubanov on GitHub (Feb 26, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/10832
When I try to use open-webui v0.5.16 with DeepSeek R1 model I can see as part of the thinking process that the model is receiving part of template as user message...
This puts the model of useless evaluations on why the user is sending this "begin of sentence" and it doesn't work as expected...
In the same time, trying the same question using curl, works just fine!
What could be the issue?