mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 05:05:57 +03:00
[GH-ISSUE #101] [Bug]: DeepSeek的推理长度为0,未能获取有效的推理内容 #71
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/DeepClaude#71
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @Kaiboooo on GitHub (Mar 17, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/101
提交前确认
发生了什么?
之前是正常使用的,今天发现DeepSeek的思考没有正常工作,我单独使用DeepSeek是没问题的,但是在使用DeepClaude的时候就这样了
复现步骤
正常使用提问,推理长度为0
@GowayLee commented on GitHub (Mar 17, 2025):
检查是否支持原生推理
@ErlichLiu commented on GitHub (Mar 22, 2025):
@RxqJkb 检查一下是否用的是最新的版本,可能是最新的版本我们更新了 deepseek 这一段的 max_tokens 参数影响到了,可能需要你针对 deepseek 官方的 api 做一个测试,也可以直接删除掉这个部分的参数后运行。如果你这边测试得到结果,我们确定后也可以将这个参数作为默认的环境变量参数,未来不默认设置 max_tokens
@Annmun commented on GitHub (Jun 21, 2025):
我也遇到了同样的问题,用第三方的DeepSeek-R1-0528,日志显示收集到的推理内容为0,然后cherry studio界面也没有思考过程;换成deepseek官方的api,日志显示收到的推内容:xxx,cherry studio界面也显示了思考过程。