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