fix:配置调整
This commit is contained in:
parent
6f33665e16
commit
22a9de2841
|
|
@ -149,7 +149,7 @@ dingtalk:
|
||||||
bbxt: 23
|
bbxt: 23
|
||||||
# 互动卡片
|
# 互动卡片
|
||||||
card:
|
card:
|
||||||
# 卡片回调路由key
|
# 卡片回调路由key - https://gateway.dev.cdlsxd.cn/zltx_api/aitest/api/v1//callback/dingtalk-card
|
||||||
callback_route_key: "gateway.dev.cdlsxd.cn-dingtalk-card"
|
callback_route_key: "gateway.dev.cdlsxd.cn-dingtalk-card"
|
||||||
# 卡片调试工具 [show:展示 hide:隐藏]
|
# 卡片调试工具 [show:展示 hide:隐藏]
|
||||||
debug_tool_entry_show: "hide"
|
debug_tool_entry_show: "hide"
|
||||||
|
|
@ -164,7 +164,7 @@ dingtalk:
|
||||||
# 场景群
|
# 场景群
|
||||||
scene_group:
|
scene_group:
|
||||||
# 问题处理群模板ID
|
# 问题处理群模板ID
|
||||||
group_template_id_issue_handling: "420089e3-b0fb-40f5-89d2-ec47223bff3b"
|
group_template_id_issue_handling: "aa3aa4fe-e709-4491-b24b-c3d5b27e86d0"
|
||||||
# 问题处理群模板机器人ID
|
# 问题处理群模板机器人ID
|
||||||
group_template_robot_id_issue_handling: "VqgJYpB91j3RnB217690607273471011"
|
group_template_robot_id_issue_handling: "VqgJYpB91j3RnB217690607273471011"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -154,6 +154,26 @@ dingtalk:
|
||||||
# 机器人群组
|
# 机器人群组
|
||||||
bot_group_id:
|
bot_group_id:
|
||||||
bbxt: 23
|
bbxt: 23
|
||||||
|
# 互动卡片
|
||||||
|
card:
|
||||||
|
# 卡片回调路由key
|
||||||
|
callback_route_key: "gateway.dev.cdlsxd.cn-dingtalk-card"
|
||||||
|
# 卡片调试工具 [show:展示 hide:隐藏]
|
||||||
|
debug_tool_entry_show: "hide"
|
||||||
|
# 卡片模板
|
||||||
|
template:
|
||||||
|
# 基础消息卡片(title + content)
|
||||||
|
base_msg: "291468f8-a048-4132-a37e-a14365e855e9.schema"
|
||||||
|
# 内容收集卡片(title + textarea + button)
|
||||||
|
content_collect: "3a447814-6a3e-4a02-b48a-92c57b349d77.schema"
|
||||||
|
# 创建群聊申请(title + content + button)
|
||||||
|
create_group_approve: "faad6d5d-726d-467f-a6ba-28c1930aa5f3.schema"
|
||||||
|
# 场景群
|
||||||
|
scene_group:
|
||||||
|
# 问题处理群模板ID
|
||||||
|
group_template_id_issue_handling: "aa3aa4fe-e709-4491-b24b-c3d5b27e86d0"
|
||||||
|
# 问题处理群模板机器人ID
|
||||||
|
group_template_robot_id_issue_handling: "VqgJYpB91j3RnB217690607273471011"
|
||||||
|
|
||||||
qywx:
|
qywx:
|
||||||
corp_id: "ww48151f694fb8ec67"
|
corp_id: "ww48151f694fb8ec67"
|
||||||
|
|
@ -179,6 +199,15 @@ default_prompt:
|
||||||
permissionConfig:
|
permissionConfig:
|
||||||
permission_url: "http://api.test.user.1688sup.cn:8001/v1/menu/myCodes?systemId="
|
permission_url: "http://api.test.user.1688sup.cn:8001/v1/menu/myCodes?systemId="
|
||||||
|
|
||||||
|
# 知识库配置
|
||||||
|
knowledge_config:
|
||||||
|
base_url: "http://192.168.6.115:9600"
|
||||||
|
tenant_id: "default"
|
||||||
|
mode: "naive"
|
||||||
|
stream: true
|
||||||
|
think: false
|
||||||
|
only_rag: true
|
||||||
|
|
||||||
# llm 服务配置
|
# llm 服务配置
|
||||||
llm:
|
llm:
|
||||||
providers:
|
providers:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue