Merge pull request '🎨 提示语优化' (#89) from hotfix into main
All checks were successful
BuildImage / build-image (push) Successful in 1m34s
All checks were successful
BuildImage / build-image (push) Successful in 1m34s
Reviewed-on: #89
This commit is contained in:
commit
2954a42ae2
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user