Enhancement: Add support for DeepSeek reasoning model's content display #5375
Replies: 4 comments 10 replies
-
Bold of them to not use OpenAI schema for this. I can look into, seems simple to add |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I appreciate having the abililty to see the Chain of Thought, but on the other hand, it tends to be quite verbose compared to the final answer. Am I missing a setting to turn this display off/on? If not, it would be great to have such a setting. With the new Deepseek model being so cheap I'm guessing it will see a lot of use. |
Beta Was this translation helpful? Give feedback.
-
I'm not seeing any Chain of Thought with Deepseek R1. I'm using the latest Docker image which includes the appropriate commit and I'm running Deepseek through OpenRouter if that makes a difference. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What features would you like to see added?
Support displaying reasoning content from DeepSeek's reasoning model responses in the UI, instead of only showing the final content.
More details
DeepSeek's reasoning model provides two types of content in its response:
Currently, LibreChat only displays the 'content' part. To make better use of the reasoning model's capabilities, it would be valuable to show both the reasoning process and final content in the UI, helping users understand how the model arrived at its conclusions.
Reference: https://api-docs.deepseek.com/guides/reasoning_model
Which components are impacted by your request?
UI, Other
Pictures
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions