- 新增 /stream-chat 接口,使用 SSE 进行流式响应- 实现 chatStream 方法,处理对话流式请求 - 添加 modelCompletionsStream 方法,支持模型补全流式处理 - 更新 ConversationService 接口,增加流式处理相关方法 - 在 pom.xml 中添加 spring-webflux 依赖
- 新增 /stream-chat 接口,使用 SSE 进行流式响应- 实现 chatStream 方法,处理对话流式请求 - 添加 modelCompletionsStream 方法,支持模型补全流式处理 - 更新 ConversationService 接口,增加流式处理相关方法 - 在 pom.xml 中添加 spring-webflux 依赖