From 5d02acbf3728cbf397ef01275aba6519eb8149a8 Mon Sep 17 00:00:00 2001 From: zhayujie Date: Mon, 2 Feb 2026 14:25:34 +0800 Subject: [PATCH] config: add config template --- config-template.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config-template.json b/config-template.json index 583943f..88731e7 100644 --- a/config-template.json +++ b/config-template.json @@ -12,10 +12,14 @@ "voice_reply_voice": false, "speech_recognition": true, "group_speech_recognition": false, - "proxy": "", "use_linkai": false, "linkai_api_key": "YOUR API KEY", "linkai_app_code": "", + "feishu_bot_name": "CowAgent", + "feishu_app_id": "", + "feishu_app_secret": "", + "dingtalk_client_id": "", + "dingtalk_client_secret":"", "agent": true, "agent_max_context_tokens": 40000, "agent_max_context_turns": 30,