mirror of https://github.com/Mai-with-u/MaiBot.git
update: 更新helm chart中的bot_config配置
parent
18b4d4cc09
commit
94e079a340
|
|
@ -387,7 +387,7 @@ config:
|
||||||
# core的bot_config.toml
|
# core的bot_config.toml
|
||||||
core_bot_config: |
|
core_bot_config: |
|
||||||
[inner]
|
[inner]
|
||||||
version = "6.19.1"
|
version = "6.19.2"
|
||||||
|
|
||||||
#----以下是给开发人员阅读的,如果你只是部署了麦麦,不需要阅读----
|
#----以下是给开发人员阅读的,如果你只是部署了麦麦,不需要阅读----
|
||||||
#如果你想要修改配置文件,请递增version的值
|
#如果你想要修改配置文件,请递增version的值
|
||||||
|
|
@ -609,6 +609,8 @@ config:
|
||||||
|
|
||||||
[debug]
|
[debug]
|
||||||
show_prompt = false # 是否显示prompt
|
show_prompt = false # 是否显示prompt
|
||||||
|
show_replyer_prompt = false # 是否显示回复器prompt
|
||||||
|
show_replyer_reasoning = false # 是否显示回复器推理
|
||||||
|
|
||||||
[maim_message]
|
[maim_message]
|
||||||
auth_token = [] # 认证令牌,用于API验证,为空则不启用验证
|
auth_token = [] # 认证令牌,用于API验证,为空则不启用验证
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue