mirror of
https://github.com/ErlichLiu/DeepClaude.git
synced 2026-04-25 05:05:57 +03:00
[GH-ISSUE #41] 不支持火山方舟联网的deepseek #26
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#26
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 @JaminYe on GitHub (Feb 21, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/41
问题描述:
使用非联网的可以使用,使用联网的日志卡在DeepSeek 任务处理完成,标记结束,客户端没有输出推理内容
配置文件如下
火山方舟联网
https://linux.do/t/topic/429548
@GowayLee commented on GitHub (Feb 21, 2025):
你可以在其他能够正确接受信息的聊天框架中重试请求然后抓包看看火山方舟这个服务商返回的数据结构.
有很大可能是数据结构不兼容, 导致没有解析出思考内容.
@JaminYe commented on GitHub (Feb 21, 2025):
抓包后这边能给优化吗
@GowayLee commented on GitHub (Feb 21, 2025):
开源项目建立在开源社区的无私贡献之上, 因此无法给出确切的保证.
但是只有在发现问题后, 才有机会解决问题. 所以希望可以尽可能提供关键的错误线索.
@JaminYe commented on GitHub (Feb 21, 2025):
上方为能正常使用的,下方为无法使用的,区别为data少空格
@ErlichLiu commented on GitHub (Feb 22, 2025):
@JaminYe 这个我之前测试也遇到了,但是不打算在目前的主分支上提供支持,你如果确实需要的话,你可以自己修改代码实现。
原因有三点: