linhj07 commited on
Commit
72b9ace
·
1 Parent(s): 3c50e6a

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +18 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "open_ai_api_key": "YOUR API KEY",
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
+ }