fix: reduce session max words

This commit is contained in:
zhayujie
2023-02-05 21:45:18 +08:00
parent 7425d9075a
commit 152724f05d
4 changed files with 12 additions and 8 deletions

View File

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