feat: add character desc

This commit is contained in:
zhayujie
2023-02-05 22:28:53 +08:00
parent 152724f05d
commit 0eac9356ca
2 changed files with 5 additions and 2 deletions

View File

@@ -5,5 +5,6 @@
"group_chat_prefix": ["@bot"],
"group_name_white_list": ["ChatGPT测试群", "ChatGPT测试群2"],
"image_create_prefix": ["画", "看", "找"],
"conversation_max_tokens": 1000
"conversation_max_tokens": 1000,
"character_desc": "你是ChatGPT, 一个由OpenAI训练的大型语言模型, 你乐于回答人们的各种问题"
}