mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 13:15:54 +03:00
[GH-ISSUE #19] 需要处理deepseek回答截断的情况 #11
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#11
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 @he426100 on GitHub (Feb 7, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/19
思考过长会被截断,这样就卡在思考这一步了
@GowayLee commented on GitHub (Feb 7, 2025):
什么是截断, 能否提供详细案例
@he426100 commented on GitHub (Feb 7, 2025):
就像这样,思考的内容没发完,但deepseek的返回已经结束了
@GowayLee commented on GitHub (Feb 7, 2025):
能否提供DeepClaude的日志信息, 目前这边还没有设置请求超时, 理论上不会被DeepClaude截断, 应该是被DeepSeek提供商那边的推理端截断了
@he426100 commented on GitHub (Feb 7, 2025):
是硅基那边截断了
@GowayLee commented on GitHub (Feb 7, 2025):
现在R1的Provider基本上都不太稳定, 提供的推理被截断也是没办法了🥲
我自己现在基本上用蒸馏模型做推理, 实在有点难等671B的推理速度.
@he426100 commented on GitHub (Feb 7, 2025):
硅基昨天新推出的 Pro/deepseek-ai/DeepSeek-R1 速度还可以
@he426100 commented on GitHub (Feb 11, 2025):
效果很好,放个php的贪吃蛇作为结尾
php源码
思维导图 (使用 Mermaid)
流程图 (使用 Mermaid)
游戏界面