评论+ds

This commit is contained in:
Van0313
2025-04-28 17:50:03 +08:00
parent 8b7f5bf676
commit ff07eda25b

View File

@@ -1705,7 +1705,7 @@ public class JDUtil {
String comment = commentTemplates.get(new Random().nextInt(commentTemplates.size()));
String deepSeekResponse = "ds响应失败";
try {
deepSeekResponse = deepSeekClientUtil.getDeepSeekResponse(comment);
deepSeekResponse = deepSeekClientUtil.getDeepSeekResponse(COMMENT_TEMPLATES_DS+ comment);
} catch (IOException e) {
logger.error("生成评论异常 - 用户: {}, ", fromWxid, e);
}