[GH-ISSUE #101] [Bug]: DeepSeek的推理长度为0,未能获取有效的推理内容 #71

Open
opened 2026-02-27 01:56:05 +03:00 by kerem · 3 comments
Owner

Originally created by @Kaiboooo on GitHub (Mar 17, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/101

提交前确认

  • 我已经搜索过现有的 issues,包括已经 close 的 issue,确认没有重复报告同样的问题
  • 我已经阅读了文档,确认这是一个缺陷而不是使用问题
  • 我已经在最新版本中验证了这个问题仍然存在

发生了什么?

之前是正常使用的,今天发现DeepSeek的思考没有正常工作,我单独使用DeepSeek是没问题的,但是在使用DeepClaude的时候就这样了

Image

复现步骤

正常使用提问,推理长度为0

Originally created by @Kaiboooo on GitHub (Mar 17, 2025). Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/101 ### 提交前确认 - [x] 我已经搜索过现有的 issues,包括已经 close 的 issue,确认没有重复报告同样的问题 - [x] 我已经阅读了文档,确认这是一个缺陷而不是使用问题 - [x] 我已经在最新版本中验证了这个问题仍然存在 ### 发生了什么? 之前是正常使用的,今天发现DeepSeek的思考没有正常工作,我单独使用DeepSeek是没问题的,但是在使用DeepClaude的时候就这样了 ![Image](https://github.com/user-attachments/assets/923fb061-3b3a-4ab2-ad03-2288f9f43cd4) ### 复现步骤 正常使用提问,推理长度为0
Author
Owner

@GowayLee commented on GitHub (Mar 17, 2025):

检查是否支持原生推理

<!-- gh-comment-id:2728827564 --> @GowayLee commented on GitHub (Mar 17, 2025): 检查是否支持原生推理
Author
Owner

@ErlichLiu commented on GitHub (Mar 22, 2025):

@RxqJkb 检查一下是否用的是最新的版本,可能是最新的版本我们更新了 deepseek 这一段的 max_tokens 参数影响到了,可能需要你针对 deepseek 官方的 api 做一个测试,也可以直接删除掉这个部分的参数后运行。如果你这边测试得到结果,我们确定后也可以将这个参数作为默认的环境变量参数,未来不默认设置 max_tokens

<!-- gh-comment-id:2745264517 --> @ErlichLiu commented on GitHub (Mar 22, 2025): @RxqJkb 检查一下是否用的是最新的版本,可能是最新的版本我们更新了 deepseek 这一段的 max_tokens 参数影响到了,可能需要你针对 deepseek 官方的 api 做一个测试,也可以直接删除掉这个部分的参数后运行。如果你这边测试得到结果,我们确定后也可以将这个参数作为默认的环境变量参数,未来不默认设置 max_tokens
Author
Owner

@Annmun commented on GitHub (Jun 21, 2025):

我也遇到了同样的问题,用第三方的DeepSeek-R1-0528,日志显示收集到的推理内容为0,然后cherry studio界面也没有思考过程;换成deepseek官方的api,日志显示收到的推内容:xxx,cherry studio界面也显示了思考过程。

Image

Image

Image

<!-- gh-comment-id:2993379302 --> @Annmun commented on GitHub (Jun 21, 2025): 我也遇到了同样的问题,用第三方的DeepSeek-R1-0528,日志显示收集到的推理内容为0,然后cherry studio界面也没有思考过程;换成deepseek官方的api,日志显示收到的推内容:xxx,cherry studio界面也显示了思考过程。 ![Image](https://github.com/user-attachments/assets/0bf36828-bcc5-4a41-b766-d05703fdc103) ![Image](https://github.com/user-attachments/assets/1de3f59e-8d3c-41f6-a6fd-98876c6eb022) ![Image](https://github.com/user-attachments/assets/70a81750-abec-436f-95ad-c5847660648f)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/DeepClaude#71
No description provided.