1
0
forked from lxh/go-wxhelper

Merge pull request '🎨 提示语优化' (#89) from hotfix into main

Reviewed-on: lxh/go-wxhelper#89
This commit is contained in:
李寻欢 2024-07-24 06:58:33 +08:00
commit 2954a42ae2

View File

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