Przeglądaj źródła

1.刷新会话 流式响应

zzf 2 tygodni temu
rodzic
commit
aba82613fd

+ 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);