-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
43 lines (43 loc) · 1.46 KB
/
config.json
File metadata and controls
43 lines (43 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"open_ai_api_key": "",
"model": "aigo",
"channel_type": "wx",
"proxy": "",
"hot_reload": false,
"single_chat_prefix": [
"aigo", "@aigo"
],
"single_chat_reply_prefix": "",
"group_chat_prefix": [
"aigo", "@aigo"
],
"group_name_white_list": [
"ALL_GROUP"
],
"group_chat_in_one_session": [
"ChatGPT测试群"
],
"image_create_prefix": [
"画",
"看",
"找"
],
"speech_recognition": false,
"group_speech_recognition": false,
"voice_reply_voice": false,
"conversation_max_tokens": 1000,
"expires_in_seconds": 3600,
"character_desc": "你是ChatGPT, 一个由OpenAI训练的大型语言模型, 你旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。",
"temperature": 0.7,
"top_p": 1,
"subscribe_msg": "感谢您的关注!\n这里是ChatGPT,可以自由对话。\n支持语音对话。\n支持图片输入。\n支持图片输出,画字开头的消息将按要求创作图片。\n支持tool、角色扮演和文字冒险等丰富的插件。\n输入{trigger_prefix}#help 查看详细指令。",
"use_linkai": false,
"linkai_api_key": "",
"linkai_app_code": "",
"wechatcom_corp_id": "ww084ddb762e0dfc9b",
"wechatcomapp_token": "3BUTPKq1vpFD4eRR7nF88sQw",
"wechatcomapp_port": 9898,
"wechatcomapp_secret": "KFOxEv4eEEgq8LNyQX7J5PVjUS_7QMOSocVgr0PWbwQ",
"wechatcomapp_agent_id": "1000007",
"wechatcomapp_aes_key": "wYdMrASn7qDIRDVsl9PeeYAdkOeCegjyilAlL4Bm7VH"
}