Skip to content

Commit ab933df

Browse files
committed
🐛 导包问题
1 parent d6e6342 commit ab933df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugin/aichat/main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ func init() {
142142
continue
143143
}
144144
logrus.Infoln("[aichat] 回复内容:", t)
145+
recCfg := airecord.RecCfg
145146
record := ""
146147
if !cfg.NoRecord {
147148
record = ctx.GetAIRecord(recCfg.ModelID, recCfg.Customgid, t)

0 commit comments

Comments
 (0)