mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 00:57:41 +08:00
config: add config template
This commit is contained in:
@@ -12,10 +12,14 @@
|
|||||||
"voice_reply_voice": false,
|
"voice_reply_voice": false,
|
||||||
"speech_recognition": true,
|
"speech_recognition": true,
|
||||||
"group_speech_recognition": false,
|
"group_speech_recognition": false,
|
||||||
"proxy": "",
|
|
||||||
"use_linkai": false,
|
"use_linkai": false,
|
||||||
"linkai_api_key": "YOUR API KEY",
|
"linkai_api_key": "YOUR API KEY",
|
||||||
"linkai_app_code": "",
|
"linkai_app_code": "",
|
||||||
|
"feishu_bot_name": "CowAgent",
|
||||||
|
"feishu_app_id": "",
|
||||||
|
"feishu_app_secret": "",
|
||||||
|
"dingtalk_client_id": "",
|
||||||
|
"dingtalk_client_secret":"",
|
||||||
"agent": true,
|
"agent": true,
|
||||||
"agent_max_context_tokens": 40000,
|
"agent_max_context_tokens": 40000,
|
||||||
"agent_max_context_turns": 30,
|
"agent_max_context_turns": 30,
|
||||||
|
|||||||
Reference in New Issue
Block a user