From 4ccad860109aa1ba94a8a2ca6275978b9b74f27c Mon Sep 17 00:00:00 2001 From: zhayujie Date: Thu, 9 Mar 2023 02:01:22 +0800 Subject: [PATCH] docs: temporarily remove the config in template It will be described later in the document as an optional configuration --- config-template.json | 1 - 1 file changed, 1 deletion(-) diff --git a/config-template.json b/config-template.json index 71be6da..9ad9f5d 100644 --- a/config-template.json +++ b/config-template.json @@ -4,7 +4,6 @@ "single_chat_prefix": ["bot", "@bot"], "single_chat_reply_prefix": "[bot] ", "group_chat_prefix": ["@bot"], - "group_chat_in_one_session": ["ChatGPT测试群"], "group_name_white_list": ["ChatGPT测试群", "ChatGPT测试群2"], "image_create_prefix": ["画", "看", "找"], "conversation_max_tokens": 1000,