Commit 35dc5ee6 authored by 赵啸非's avatar 赵啸非

修改配置文件

parent 47e01903
......@@ -63,6 +63,7 @@ public class FlowChatSubscriber implements Subscriber<String>, Disposable {
if (ObjectUtils.isEmpty(rsp)) {
this.stopFlag = true;
}
rsp="data:"+rsp;
log.info(" onNext rsp:{}", rsp);
} catch (Exception e) {
log.error("流式问答异常:{}", e.getMessage());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment