feat(dashscope): 实现流式聊天响应
- 升级 spring-ai-alibaba-bom 版本至1.0.0.4- 修改 /chat 接口支持流式返回 - 使用 Flux<String> 替代 String 返回类型 - 设置 produces 为 TEXT_EVENT_STREAM_VALUE 支持 SSE- 调用 stream() 方法替代 call() 实现流式输出
This commit is contained in:
Reference in New Issue
Block a user