From 3a4c9771fac7373657c38145f128d616b7bec096 Mon Sep 17 00:00:00 2001 From: Junyan Qin <1010553892@qq.com> Date: Wed, 27 Sep 2023 00:09:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E9=BB=98=E8=AE=A4=E8=B6=85?= =?UTF-8?q?=E6=97=B6=E6=97=B6=E9=97=B4=E6=94=B9=E4=B8=BA=E4=B8=A4=E5=88=86?= =?UTF-8?q?=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config-template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-template.py b/config-template.py index 2f1fdef8..42e355a2 100644 --- a/config-template.py +++ b/config-template.py @@ -257,7 +257,7 @@ include_image_description = True # 消息处理的超时时间,单位为秒 -process_message_timeout = 30 +process_message_timeout = 120 # 回复消息时是否显示[GPT]前缀 show_prefix = False