ソースを参照

yinruoxi

feature:
    1.新增:添加交互log。
undefined
kira 1年前
コミット
388a6c846b
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      xueyi-modules/xueyi-nlt/src/main/java/com/xueyi/nlt/netty/server/handler/ChatServerHandler.java

+ 1
- 1
xueyi-modules/xueyi-nlt/src/main/java/com/xueyi/nlt/netty/server/handler/ChatServerHandler.java ファイルの表示

@@ -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,"大模型");


読み込み中…
キャンセル
保存