feat: support scen without app code

This commit is contained in:
zhayujie
2023-06-08 23:57:59 +08:00
parent 165182c68f
commit 94c0af3037
4 changed files with 15 additions and 8 deletions

View File

@@ -100,6 +100,7 @@ available_setting = {
# 插件配置
"plugin_trigger_prefix": "$", # 规范插件提供聊天相关指令的前缀,建议不要和管理员指令前缀"#"冲突
# 知识库平台配置
"use_linkai": False,
"linkai_api_key": "",
"linkai_app_code": ""
}