From 6c149265f0a02349f0f58a1afc1d1b500b33a536 Mon Sep 17 00:00:00 2001 From: ikechan8370 Date: Mon, 30 Oct 2023 17:00:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=BF=85=E5=BA=94?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=AF=B9=E8=AF=9D=E6=AC=A1=E6=95=B0=E4=B8=BA?= =?UTF-8?q?30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/config.js b/utils/config.js index f63cde2..308338d 100644 --- a/utils/config.js +++ b/utils/config.js @@ -93,7 +93,7 @@ const defaultConfig = { groupContextTip: '你看看我们群里的聊天记录吧,回答问题的时候要主动参考我们的聊天记录进行回答或提问。但要看清楚哦,不要把我和其他人弄混啦,也不要把自己看晕啦~~', groupContextLength: 50, enableRobotAt: true, - maxNumUserMessagesInConversation: 20, + maxNumUserMessagesInConversation: 30, sydneyApologyIgnored: true, enforceMaster: false, bingAPDraw: false,