2023-03-24 23:04:15 +08:00
|
|
|
{
|
2025-05-23 00:43:54 +08:00
|
|
|
"channel_type": "web",
|
2026-02-14 16:49:44 +08:00
|
|
|
"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": "",
|
2026-02-02 11:48:53 +08:00
|
|
|
"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": "",
|
2026-02-02 11:48:53 +08:00
|
|
|
"gemini_api_base": "https://generativelanguage.googleapis.com",
|
2023-11-10 10:11:02 +08:00
|
|
|
"voice_to_text": "openai",
|
|
|
|
|
"text_to_voice": "openai",
|
2026-02-02 11:48:53 +08:00
|
|
|
"voice_reply_voice": false,
|
2023-11-10 10:11:02 +08:00
|
|
|
"speech_recognition": true,
|
2023-03-27 01:25:54 +08:00
|
|
|
"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":"",
|
2026-02-02 11:48:53 +08:00
|
|
|
"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
|
|
|
}
|