|
|
|
@@ -153,7 +153,7 @@ public class ChatServerHandler extends SimpleChannelInboundHandler<TextWebSocket |
|
|
|
jo.put("action","chat"); |
|
|
|
jo.put("motion","idle"); |
|
|
|
jo.put("traceId",""); |
|
|
|
jo.put("status",1); |
|
|
|
jo.put("status",0); |
|
|
|
jo.put("tts","请稍等一下,我要查询一下功能。"); |
|
|
|
channel.writeAndFlush(new TextWebSocketFrame(jo.toJSONString())); |
|
|
|
INSTANCE.logService.record(jo,msg,enterpriseName,"大模型"); |
|
|
|
|