feat: 默认在启动时更新openai依赖库

This commit is contained in:
Rock Chin
2023-03-04 10:16:47 +08:00
parent f1e12563e9
commit a4d73090f8
3 changed files with 27 additions and 0 deletions

View File

@@ -194,6 +194,9 @@ rate_limit_strategy = "wait"
# 若设置为空字符串,则不发送提示信息
rate_limit_drop_tip = "本分钟对话次数超过限速次数,此对话被丢弃"
# 是否在启动时进行依赖库更新
upgrade_dependencies = True
# 是否上报统计信息
# 用于统计机器人的使用情况,不会收集任何用户信息
# 仅上报时间、字数使用量、绘图使用量,其他信息不会上报