deepseek-r1 not work #7981

Closed
opened 2026-02-21 18:23:21 -05:00 by yindo · 2 comments
Owner

Originally created by @kenneth-bro on GitHub (Feb 5, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

0.15.2

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Image

✔️ Expected Behavior

No response

Actual Behavior

output content

Originally created by @kenneth-bro on GitHub (Feb 5, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 0.15.2 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce ![Image](https://github.com/user-attachments/assets/b43983f0-7f68-4bef-aac3-2f7232fa86c8) ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior output content
yindo added the 🐞 bug label 2026-02-21 18:23:21 -05:00
yindo closed this issue 2026-02-21 18:23:21 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Feb 5, 2025):

I found a similar unsolved discussion titled "Why this not work" that might be related to your issue with the "deepseek-reasoner" [1].

Regarding your issue, when the 'model_mode' is set to 'chat' in Dify, it affects the processing by setting the run_type to LangSmithRunType.llm, indicating a language model operation. Metadata is updated to include the model provider and model name from the process_data [2].

If the output section shows an empty "text" field, it might be related to how the JSON data is processed or how the model is configured. Unfortunately, I couldn't find specific information on common causes for an empty 'text' field or known issues with the 'deepseek-reasoner' model in version 0.15.2. You might want to check the JSON data processing details and ensure that all necessary fields are correctly populated.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

@dosubot[bot] commented on GitHub (Feb 5, 2025): <!-- Answer --> I found a similar unsolved discussion titled "Why this not work" that might be related to your issue with the "deepseek-reasoner" <sup>[[1]](https://github.com/langgenius/dify/discussions/8006)</sup>. Regarding your issue, when the 'model_mode' is set to 'chat' in Dify, it affects the processing by setting the `run_type` to `LangSmithRunType.llm`, indicating a language model operation. Metadata is updated to include the model provider and model name from the `process_data` <sup>[[2]](https://github.com/langgenius/dify/blob/main/api/core/ops/langsmith_trace/langsmith_trace.py)</sup>. If the output section shows an empty "text" field, it might be related to how the JSON data is processed or how the model is configured. Unfortunately, I couldn't find specific information on common causes for an empty 'text' field or known issues with the 'deepseek-reasoner' model in version 0.15.2. You might want to check the JSON data processing details and ensure that all necessary fields are correctly populated. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/56fba7ef-3a18-4d2f-8185-7bccc5ac8f99?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/56fba7ef-3a18-4d2f-8185-7bccc5ac8f99?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/56fba7ef-3a18-4d2f-8185-7bccc5ac8f99?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/56fba7ef-3a18-4d2f-8185-7bccc5ac8f99?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/56fba7ef-3a18-4d2f-8185-7bccc5ac8f99?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/56fba7ef-3a18-4d2f-8185-7bccc5ac8f99?feedback_type=other)</sup>
Author
Owner

@crazywoola commented on GitHub (Feb 5, 2025):

Please see https://status.deepseek.com/.
If you would like to report a bug, please provide detailed information instead of a few words, this is not helpful to investigate problems. :)

@crazywoola commented on GitHub (Feb 5, 2025): Please see https://status.deepseek.com/. If you would like to report a bug, please provide detailed information instead of a few words, this is not helpful to investigate problems. :)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#7981