mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-10-21 16:27:15 +08:00
增加了动态修改机器学习能力的指令
This commit is contained in:
parent
73123a8015
commit
db6d809289
@ -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] = []
|
||||
# 派蒙聊天学习阈值,越小学习越快
|
||||
|
Loading…
Reference in New Issue
Block a user