mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 05:05:57 +03:00
[GH-ISSUE #61] deepseek r1使用讯飞服务出现故障 #38
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#38
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 @dandandujie on GitHub (Feb 27, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/61
讯飞星火提供了deepseek模型服务,调用的地址是https://maas-api.cn-huabei-1.xf-yun.com/v1
模型名称是xdeepseekr1
故障是:只要我使用这个模型,只有deepseek的推理过程能够正常出现,在推理完毕后并不会调用claude或者gemini等其他模型,日志这边也只会显示
前面提到的问题对应的就是程序停在这里,日志也只显示这些不再有后续日志
当我换成比如siliconflow的deepseek服务后能够正常运作,日志也正常
不知是什么造成的,如何解决
@GowayLee commented on GitHub (Feb 27, 2025):
将日志调整为DEBUG级别再测试记录一下