Skip to content

AIGC智能体的部分如何能改成支持deepseek推理过程的输出? #8166

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wyue opened this issue Apr 23, 2025 · 1 comment
Open
Labels
bug Something isn't working

Comments

@wyue
Copy link

wyue commented Apr 23, 2025

版本号:3.8.0

3.8.0

问题描述:

AIGC智能体的部分如何能改成支持deepseek推理过程的输出?
目前流式输出时通过TokenStream chatStream = aiChatHandler.chatByDefaultModel(messages, aiChatParams);
// ai聊天响应逻辑
chatStream.onNext((String resMessage) -> {
}
这里面的返回resMessage是不支持推理过程的,有没有处理方式将所有的返回值都返回,由用户自己来处理大模型流式返回的返回值?

错误截图:

友情提示:

  • 未按格式要求发帖、描述过于简单的,会被直接删掉;
  • 描述问题请图文并茂,方便我们理解并快速定位问题;
  • 如果使用的不是master,请说明你使用的分支;
@wyue wyue added the bug Something isn't working label Apr 23, 2025
@zhangdaiscott
Copy link
Member

cr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants