Merge pull request '🎨 优化群聊总结返回消息内容' (#38) from hotfix into main
Some checks failed
BuildImage / build-image (push) Failing after 2m14s
Some checks failed
BuildImage / build-image (push) Failing after 2m14s
Reviewed-on: #38
This commit is contained in:
commit
e78f6a6d6e
@ -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