1
0
forked from lxh/go-wxhelper

🎨 提示语优化

This commit is contained in:
李寻欢 2024-07-24 06:57:19 +08:00
parent 74a5074002
commit c373645f75

View File

@ -132,7 +132,7 @@ func AI(m *plugin.MessageContext) {
if err != nil { if err != nil {
log.Printf("OpenAI聊天发起失败: %v", err.Error()) log.Printf("OpenAI聊天发起失败: %v", err.Error())
utils.SendMessage(m.FromUser, m.GroupUser, "AI炸啦~", 0) utils.SendMessage(m.FromUser, m.GroupUser, "AI聊天初始化失败,我已经通知我主人来修啦,请稍候一下下喔~", 0)
return return
} }