Spaces:
Runtime error
Runtime error
Update config.json
Browse files- config.json +5 -5
config.json
CHANGED
@@ -3,16 +3,16 @@
|
|
3 |
"model": "gpt-3.5-turbo",
|
4 |
"proxy": "",
|
5 |
"use_azure_chatgpt": false,
|
6 |
-
"single_chat_prefix": ["
|
7 |
"single_chat_reply_prefix": "[bot] ",
|
8 |
"group_chat_prefix": ["@bot"],
|
9 |
-
"group_name_white_list": ["
|
10 |
-
"group_chat_in_one_session": ["
|
11 |
"image_create_prefix": ["画", "看", "找"],
|
12 |
-
"speech_recognition":
|
13 |
"group_speech_recognition": false,
|
14 |
"voice_reply_voice": false,
|
15 |
"conversation_max_tokens": 1000,
|
16 |
"expires_in_seconds": 3600,
|
17 |
-
"character_desc": "
|
18 |
}
|
|
|
3 |
"model": "gpt-3.5-turbo",
|
4 |
"proxy": "",
|
5 |
"use_azure_chatgpt": false,
|
6 |
+
"single_chat_prefix": [""],
|
7 |
"single_chat_reply_prefix": "[bot] ",
|
8 |
"group_chat_prefix": ["@bot"],
|
9 |
+
"group_name_white_list": [""],
|
10 |
+
"group_chat_in_one_session": [""],
|
11 |
"image_create_prefix": ["画", "看", "找"],
|
12 |
+
"speech_recognition": true,
|
13 |
"group_speech_recognition": false,
|
14 |
"voice_reply_voice": false,
|
15 |
"conversation_max_tokens": 1000,
|
16 |
"expires_in_seconds": 3600,
|
17 |
+
"character_desc": "你是接入微信的ChatGPT, 一个由OpenAI训练的大型语言模型, 你旨在回答并解决人们的任何问题,并且可以使用多种语言与人交流。"
|
18 |
}
|