[GH-ISSUE #41] 不支持火山方舟联网的deepseek #26

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

Originally created by @JaminYe on GitHub (Feb 21, 2025).
Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/41

问题描述:
使用非联网的可以使用,使用联网的日志卡在DeepSeek 任务处理完成,标记结束,客户端没有输出推理内容

Image

Image

配置文件如下

Image

火山方舟联网
https://linux.do/t/topic/429548

Originally created by @JaminYe on GitHub (Feb 21, 2025). Original GitHub issue: https://github.com/ErlichLiu/DeepClaude/issues/41 问题描述: 使用非联网的可以使用,使用联网的日志卡在DeepSeek 任务处理完成,标记结束,客户端没有输出推理内容 ![Image](https://github.com/user-attachments/assets/46f832d4-43e8-4321-bd85-9b2ce157e172) ![Image](https://github.com/user-attachments/assets/280b5de8-b205-4813-9cef-c09feb5a0088) 配置文件如下 ![Image](https://github.com/user-attachments/assets/606b51dc-7260-4382-bec3-95866c9413cb) 火山方舟联网 https://linux.do/t/topic/429548
kerem 2026-02-27 01:55:53 +03:00
  • closed this issue
  • added the
    wontfix
    label
Author
Owner

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

你可以在其他能够正确接受信息的聊天框架中重试请求然后抓包看看火山方舟这个服务商返回的数据结构.
有很大可能是数据结构不兼容, 导致没有解析出思考内容.

<!-- gh-comment-id:2673589944 --> @GowayLee commented on GitHub (Feb 21, 2025): 你可以在其他能够正确接受信息的聊天框架中重试请求然后抓包看看火山方舟这个服务商返回的数据结构. 有很大可能是数据结构不兼容, 导致没有解析出思考内容.
Author
Owner

@JaminYe commented on GitHub (Feb 21, 2025):

你可以在其他能够正确接受信息的聊天框架中重试请求然后抓包看看火山方舟这个服务商返回的数据结构. 有很大可能是数据结构不兼容, 导致没有解析出思考内容.

抓包后这边能给优化吗

<!-- gh-comment-id:2673612830 --> @JaminYe commented on GitHub (Feb 21, 2025): > 你可以在其他能够正确接受信息的聊天框架中重试请求然后抓包看看火山方舟这个服务商返回的数据结构. 有很大可能是数据结构不兼容, 导致没有解析出思考内容. 抓包后这边能给优化吗
Author
Owner

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

抓包后这边能给优化吗

开源项目建立在开源社区的无私贡献之上, 因此无法给出确切的保证.

但是只有在发现问题后, 才有机会解决问题. 所以希望可以尽可能提供关键的错误线索.

<!-- gh-comment-id:2673897571 --> @GowayLee commented on GitHub (Feb 21, 2025): > 抓包后这边能给优化吗 开源项目建立在开源社区的无私贡献之上, 因此无法给出确切的保证. 但是只有在发现问题后, 才有机会解决问题. 所以希望可以尽可能提供关键的错误线索.
Author
Owner

@JaminYe commented on GitHub (Feb 21, 2025):

抓包后这边能给优化吗

开源项目建立在开源社区的无私贡献之上, 因此无法给出确切的保证.

但是只有在发现问题后, 才有机会解决问题. 所以希望可以尽可能提供关键的错误线索.

data: {"choices":[{"delta":{"content":"","reasoning_content":",","role":"assistant"},"index":0}],"created":1740155638,"id":"0217401556385485e9db44d82ba22635f4ebb092e743825e16d32","model":"deepseek-r1-250120","object":"chat.completion.chunk","usage":null}
data:{"id":"021740154907681c63989e3085e0ac05f7e377fc5490ca750390d","choices":[{"delta":{"content":"","role":"assistant","reasoning_content":"回答"},"index":0}],"created":1740154908,"model":"deepseek-r1-250120","object":"chat.completion.chunk","metadata":{}}

上方为能正常使用的,下方为无法使用的,区别为data少空格

<!-- gh-comment-id:2675028527 --> @JaminYe commented on GitHub (Feb 21, 2025): > > 抓包后这边能给优化吗 > > 开源项目建立在开源社区的无私贡献之上, 因此无法给出确切的保证. > > 但是只有在发现问题后, 才有机会解决问题. 所以希望可以尽可能提供关键的错误线索. ``` data: {"choices":[{"delta":{"content":"","reasoning_content":",","role":"assistant"},"index":0}],"created":1740155638,"id":"0217401556385485e9db44d82ba22635f4ebb092e743825e16d32","model":"deepseek-r1-250120","object":"chat.completion.chunk","usage":null} ``` ``` data:{"id":"021740154907681c63989e3085e0ac05f7e377fc5490ca750390d","choices":[{"delta":{"content":"","role":"assistant","reasoning_content":"回答"},"index":0}],"created":1740154908,"model":"deepseek-r1-250120","object":"chat.completion.chunk","metadata":{}} ``` 上方为能正常使用的,下方为无法使用的,区别为data少空格
Author
Owner

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

@JaminYe 这个我之前测试也遇到了,但是不打算在目前的主分支上提供支持,你如果确实需要的话,你可以自己修改代码实现。

原因有三点:

  1. 这个会破坏通用的格式,这只适合火山引擎的方案;
  2. 火山引擎或者其他这种类似的实现方案,都只拿了搜索的 Snappites ,只能处理非常非常简单的一问一答,并不能实现类似 DeepSeek 官网的联网体验,属于聊胜于无。未来即便我们实现联网功能,可能也是外面套一层 gpt-4o-mini + function calling + Serper api 这样;
  3. 由于 api 改动,搜索内容需要呈现给用户,但是开源软件并不支持,用户并不知道大模型参考的联网内容是什么,体验很差。
<!-- gh-comment-id:2676038917 --> @ErlichLiu commented on GitHub (Feb 22, 2025): @JaminYe 这个我之前测试也遇到了,但是不打算在目前的主分支上提供支持,你如果确实需要的话,你可以自己修改代码实现。 原因有三点: 1. 这个会破坏通用的格式,这只适合火山引擎的方案; 2. 火山引擎或者其他这种类似的实现方案,都只拿了搜索的 Snappites ,只能处理非常非常简单的一问一答,并不能实现类似 DeepSeek 官网的联网体验,属于聊胜于无。未来即便我们实现联网功能,可能也是外面套一层 gpt-4o-mini + function calling + Serper api 这样; 3. 由于 api 改动,搜索内容需要呈现给用户,但是开源软件并不支持,用户并不知道大模型参考的联网内容是什么,体验很差。
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#26
No description provided.