增加了动态修改机器学习能力的指令

This commit is contained in:
2979302435 2022-06-16 19:16:46 +08:00
parent 73123a8015
commit db6d809289

View File

@ -37,7 +37,7 @@ class PluginConfig(BaseModel):
# 以下为机器学习聊天模块配置
# mongodb数据库连接url
paimon_mongodb_url: str = "mongodb://localhost:27017"
paimon_mongodb_url: str = None
# 派蒙聊天屏蔽用户
paimon_chat_ban: List[int] = []
# 派蒙聊天学习阈值,越小学习越快