-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Environment
Other
Description
Concise description:
When using the DeepSeek V3 0324
model, its final output is mistakenly classified as an intermediate "reasoning" or "thinking" step. As a result, the actual response is hidden behind a "Show Reasoning" button. The user must click this button to see the model's answer. This behavior is incorrect and differs from other models.
Steps to reproduce:
- Select the
DeepSeek V3 0324
model from the model dropdown. - Send any prompt to the model.
- Observe the response area after the model has finished generating.
Expected Behavior:
The final output from the DeepSeek V3 0324
model should be displayed directly in the main chat response area. The "Show Reasoning" button, if present, should hide optional, intermediate thought processes, not the final answer itself.
This is the standard behavior, as seen in the attached screenshot with the sister model DeepSeek R1 0528
(right panel), which correctly displays its output directly.
Actual Behavior:
The chat response area appears empty, and a green "Show Reasoning" button is displayed. The entire output from the DeepSeek V3 0324
model is hidden behind this button. Clicking it reveals the content, confirming it is the final output, not a reasoning step.
The attached screenshot clearly illustrates this issue:
- Left Panel (Bug): Shows
DeepSeek V3 0324
hiding its output behind the "Show Reasoning" button. - Right Panel (Correct): Shows
DeepSeek R1 0528
correctly displaying its output directly.
(Note: Some specific information had to be redacted from the screenshots. We hope that it is still possible to understand them!)
Device and browser
Device: PC (Windows 11)
Browser: Edge (Latest Versions)
Screenshots and more


Willingness to Contribute
- 🙋♂️ Yes, I would like to contribute a fix.