评论+ds
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user