mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 13:15:54 +03:00
[GH-ISSUE #42] 延长Deepseek-reasoner输入claude等待时间 #28
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#28
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 @waqian on GitHub (Feb 22, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/42
2025-02-22 01:21:37 - DeepClaude - INFO - 开始处理 DeepSeek 流,使用模型:deepseek-reasoner
2025-02-22 01:21:37 - DeepClaude - INFO - 等待获取 DeepSeek 的推理内容...
2025-02-22 01:21:40 - DeepClaude - INFO - 提取内容信息,推理阶段结束:
2025-02-22 01:21:40 - DeepClaude - INFO - DeepSeek 推理完成,收集到的推理内容长度:0
2025-02-22 01:21:40 - DeepClaude - INFO - DeepSeek 任务处理完成,标记结束
2025-02-22 01:21:40 - DeepClaude - WARNING - 未能获取到有效的推理内容,将使用默认提示继续
2025-02-22 01:21:40 - DeepClaude - INFO - 开始处理 Claude 流,使用模型: claude-3-5-sonnet-20241022, 提供商: oneapi
2025-02-22 01:22:02 - DeepClaude - INFO - Claude 任务处理完成,标记结束
deepseek-reasoner 80秒才出结果,因“超时未能获取到有效的推理内容,将使用默认提示继续”
建议延时等待时间
@GowayLee commented on GitHub (Feb 22, 2025):
主要是现在deepseek的推理服务都不是很稳定, 在代码中写死的80s超时也有可能被意外突破.
可以先在代码中调高/取消超时时间. 但是仍然需要考虑 #17 的需求.
@ErlichLiu commented on GitHub (Feb 22, 2025):
@waqian 推荐你还是换个供应商吧,或者你可以自己修改一下参数。