feat(config): 默认超时时间改为两分钟

This commit is contained in:
Junyan Qin
2023-09-27 00:09:58 +08:00
committed by GitHub
parent f4f8ef9523
commit 3a4c9771fa

View File

@@ -257,7 +257,7 @@ at_sender = False
include_image_description = True
# 消息处理的超时时间,单位为秒
process_message_timeout = 30
process_message_timeout = 120
# 回复消息时是否显示[GPT]前缀
show_prefix = False