新增钉钉机器人(Stream模式)

This commit is contained in:
惠文
2023-11-30 10:41:34 +08:00
parent da87fd9e20
commit f6bee3aa58
6 changed files with 200 additions and 2 deletions

View File

@@ -123,7 +123,11 @@ available_setting = {
"feishu_app_secret": "", # 飞书机器人APP secret
"feishu_token": "", # 飞书 verification token
"feishu_bot_name": "", # 飞书机器人的名字
# 钉钉配置
"dingtalk_app_id": "", # 钉钉机器人应用APP Id
"dingtalk_app_secret": "", # 钉钉机器人APP secret
# chatgpt指令自定义触发词
"clear_memory_commands": ["#清除记忆"], # 重置会话指令,必须以#开头
# channel配置