重构评论
This commit is contained in:
@@ -1784,7 +1784,7 @@ public class JDUtil {
|
||||
wxUtil.sendTextMessage(fromWxid, "没有找到可用的评论数据", 1, fromWxid, false);
|
||||
return;
|
||||
}
|
||||
wxUtil.sendTextMessage(fromWxid, "原评论:\n", 1, fromWxid, false);
|
||||
wxUtil.sendTextMessage(fromWxid, "原评论:\n" + commentToUse.getCommentText(), 1, fromWxid, false);
|
||||
|
||||
// 调用 DeepSeek 生成新的评论内容
|
||||
String deepSeekPrompt = COMMENT_TEMPLATES_DS + commentToUse.getCommentText();
|
||||
|
||||
Reference in New Issue
Block a user