瀏覽代碼

1.刷新会话 流式响应

zzf 2 周之前
父節點
當前提交
aba82613fd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/main/java/com/rf/AIquantum/dialogue/rest/ChatHistoryController.java

+ 1 - 0
src/main/java/com/rf/AIquantum/dialogue/rest/ChatHistoryController.java

@@ -95,6 +95,7 @@ public class ChatHistoryController extends BaseController {
         }
         JSONObject jsonChat = new JSONObject();
         jsonChat.put("messages", messages);
+        jsonChat.put("stream",true);
 
 //        String url = Constant.INVOKE_IP_PROT + Constant.CHAT_PATH;
 //        String data = HttpClientChat(jsonChat,url);