diff --git a/plugin/aichat/main.go b/plugin/aichat/main.go index 61f62ce7..e1495aed 100644 --- a/plugin/aichat/main.go +++ b/plugin/aichat/main.go @@ -116,7 +116,7 @@ func init() { logrus.Debugln("[aichat] agent set no timeout") hasresp := false // ispuremsg := false - //hassavemem := false + // hassavemem := false for i := 0; i < 8; i++ { // 最大运行 8 轮因为问答上下文只有 16 reqs := chat.CallAgent(ag, zero.SuperUserPermission(ctx), i+1, x, mod, gid, role) if len(reqs) == 0 {