feat: support multi-conversation memory #28

This commit is contained in:
zhayujie
2023-02-05 18:38:57 +08:00
parent b0e81aeb0d
commit 7425d9075a
3 changed files with 88 additions and 8 deletions

View File

@@ -4,5 +4,6 @@
"single_chat_reply_prefix": "[bot] ",
"group_chat_prefix": ["@bot"],
"group_name_white_list": ["ChatGPT测试群", "ChatGPT测试群2"],
"image_create_prefix": ["画", "看", "找"]
"image_create_prefix": ["画", "看", "找"],
"conversation_max_tokens": 3000
}