linhj07 commited on
Commit
7af295d
1 Parent(s): 72b9ace

Update config.json

Browse files
Files changed (1) hide show
  1. 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": ["bot", "@bot"],
7
  "single_chat_reply_prefix": "[bot] ",
8
  "group_chat_prefix": ["@bot"],
9
- "group_name_white_list": ["ChatGPT测试群", "ChatGPT测试群2"],
10
- "group_chat_in_one_session": ["ChatGPT测试群"],
11
  "image_create_prefix": ["画", "看", "找"],
12
- "speech_recognition": false,
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
  }
 
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
  }