We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.8.0
AIGC智能体的部分如何能改成支持deepseek推理过程的输出? 目前流式输出时通过TokenStream chatStream = aiChatHandler.chatByDefaultModel(messages, aiChatParams); // ai聊天响应逻辑 chatStream.onNext((String resMessage) -> { } 这里面的返回resMessage是不支持推理过程的,有没有处理方式将所有的返回值都返回,由用户自己来处理大模型流式返回的返回值?
The text was updated successfully, but these errors were encountered:
cr
Sorry, something went wrong.
No branches or pull requests
版本号:3.8.0
3.8.0
问题描述:
AIGC智能体的部分如何能改成支持deepseek推理过程的输出?
目前流式输出时通过TokenStream chatStream = aiChatHandler.chatByDefaultModel(messages, aiChatParams);
// ai聊天响应逻辑
chatStream.onNext((String resMessage) -> {
}
这里面的返回resMessage是不支持推理过程的,有没有处理方式将所有的返回值都返回,由用户自己来处理大模型流式返回的返回值?
错误截图:
友情提示:
The text was updated successfully, but these errors were encountered: