[GH-ISSUE #42] 延长Deepseek-reasoner输入claude等待时间 #28

Closed
opened 2026-02-27 01:55:53 +03:00 by kerem · 2 comments
Owner

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 任务处理完成,标记结束

Image

deepseek-reasoner 80秒才出结果,因“超时未能获取到有效的推理内容,将使用默认提示继续”

建议延时等待时间

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 - 提取内容信息,推理阶段结束: <think> 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 任务处理完成,标记结束 ![Image](https://github.com/user-attachments/assets/f413e3c3-50e4-4c10-8565-837e152d0868) deepseek-reasoner 80秒才出结果,因“超时未能获取到有效的推理内容,将使用默认提示继续” 建议延时等待时间
kerem closed this issue 2026-02-27 01:55:54 +03:00
Author
Owner

@GowayLee commented on GitHub (Feb 22, 2025):

主要是现在deepseek的推理服务都不是很稳定, 在代码中写死的80s超时也有可能被意外突破.

可以先在代码中调高/取消超时时间. 但是仍然需要考虑 #17 的需求.

<!-- gh-comment-id:2675990148 --> @GowayLee commented on GitHub (Feb 22, 2025): 主要是现在deepseek的推理服务都不是很稳定, 在代码中写死的80s超时也有可能被意外突破. 可以先在代码中调高/取消超时时间. 但是仍然需要考虑 #17 的需求.
Author
Owner

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

@waqian 推荐你还是换个供应商吧,或者你可以自己修改一下参数。

<!-- gh-comment-id:2676043493 --> @ErlichLiu commented on GitHub (Feb 22, 2025): @waqian 推荐你还是换个供应商吧,或者你可以自己修改一下参数。
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#28
No description provided.