|
|
|
@@ -427,7 +427,7 @@ public class DmIntentController extends BaseController<DmIntentQuery, DmIntentDt |
|
|
|
jo.put("content",intent.getContent()); |
|
|
|
ja1.add(jo); |
|
|
|
testJ.put("messages",ja1); |
|
|
|
JSONObject resultJson = remoteLandingLlmService.query(category,testJ); |
|
|
|
JSONObject resultJson = remoteLandingLlmService.query("chaoyang",testJ); |
|
|
|
log.info("北方大返回:{}",resultJson.toString()); |
|
|
|
if (resultJson.get("status").equals("success")) { |
|
|
|
JSONArray ja = resultJson.getJSONArray("data"); |
|
|
|
|