Compare commits
2 Commits
542a2d5ef6
...
e78f6a6d6e
Author | SHA1 | Date | |
---|---|---|---|
e78f6a6d6e | |||
bb92c67069 |
@ -75,7 +75,7 @@ func AiSummary() {
|
|||||||
if resp.Choices[0].Message.Content == "" {
|
if resp.Choices[0].Message.Content == "" {
|
||||||
continue
|
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)
|
utils.SendMessage(group.Wxid, "", replyMsg, 0)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user