Files
chatgpt-on-wechat/config-template.json

32 lines
871 B
JSON
Raw Permalink Normal View History

2023-03-24 23:04:15 +08:00
{
"channel_type": "web",
"model": "MiniMax-M2.5",
"minimax_api_key": "",
"zhipu_ai_api_key": "",
"ark_api_key": "",
"moonshot_api_key": "",
"dashscope_api_key": "",
2026-02-02 22:22:10 +08:00
"claude_api_key": "",
"claude_api_base": "https://api.anthropic.com/v1",
2026-02-02 22:43:08 +08:00
"open_ai_api_key": "",
"open_ai_api_base": "https://api.openai.com/v1",
2026-02-02 22:22:10 +08:00
"gemini_api_key": "",
"gemini_api_base": "https://generativelanguage.googleapis.com",
"voice_to_text": "openai",
"text_to_voice": "openai",
"voice_reply_voice": false,
"speech_recognition": true,
"group_speech_recognition": false,
2023-06-08 23:57:59 +08:00
"use_linkai": false,
2026-02-02 22:22:10 +08:00
"linkai_api_key": "",
2026-01-30 09:53:46 +08:00
"linkai_app_code": "",
2026-02-02 14:25:34 +08:00
"feishu_app_id": "",
"feishu_app_secret": "",
"dingtalk_client_id": "",
"dingtalk_client_secret":"",
"agent": true,
"agent_max_context_tokens": 40000,
2026-02-02 22:22:10 +08:00
"agent_max_context_turns": 20,
2026-02-02 12:03:16 +08:00
"agent_max_steps": 15
2023-04-17 01:00:08 +08:00
}