feat: 限制机器人回复的频率 (#72)

This commit is contained in:
Rock Chin
2023-02-25 00:27:14 +08:00
parent eb60c1b0a0
commit e7c79a5156
4 changed files with 121 additions and 1 deletions
+1
View File
@@ -1,5 +1,6 @@
# 普通消息处理模块
import logging
import time
import openai
import pkg.utils.context
import pkg.openai.session