🎨 优化群聊总结返回消息内容 #38

Merged
李寻欢 merged 1 commits from hotfix into main 2024-04-15 16:22:43 +08:00
Showing only changes of commit bb92c67069 - Show all commits

View File

@ -75,7 +75,7 @@ func AiSummary() {
if resp.Choices[0].Message.Content == "" {
continue
}
replyMsg := fmt.Sprintf("#昨日消息总结\n\n%s", resp.Choices[0].Message.Content)
replyMsg := fmt.Sprintf("#昨日消息总结\n又是一天过去了,让我们一起来看看昨儿群友们都聊了什么有趣的话题吧~\n\n%s", resp.Choices[0].Message.Content)
utils.SendMessage(group.Wxid, "", replyMsg, 0)
}
}