This commit is contained in:
Van0313
2025-06-08 15:31:00 +08:00
parent 592b7d34f9
commit 110236df55

View File

@@ -1929,7 +1929,7 @@ public class JDUtil {
}
}
gptResponse = gptClientUtil.getGPTResponse(deepSeekPrompt.toString());
} catch (IOException e) {
} catch (Exception e) {
logger.error("生成评论异常 - 用户: {}", fromWxid, e);
wxUtil.sendTextMessage(fromWxid, "AI 评论生成失败", 1, fromWxid, false);
}