@@ -70,7 +70,7 @@ public class KimiChatServiceImpl extends ServiceImpl<KimiChatMapper, KimiChat> i
kimiRequest
)))
.build();
-
+log.info("发送kimi数据 {}", JSON.toJSONString(kimiRequest));
// 发送请求并接收响应
client.sendAsync(request, HttpResponse.BodyHandlers.ofString())
.thenApply(HttpResponse::body)