From 22989407bf0af2634d0db2340b8793592bcc9bb1 Mon Sep 17 00:00:00 2001 From: zhanglei Date: Thu, 8 Aug 2024 18:01:34 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=90=9C=E7=B4=A2=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=94=B920=EF=BC=8C=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E7=A0=94=E5=8F=91=E7=8E=AF=E5=A2=83=E7=9A=84=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E8=AE=BF=E9=97=AE=E5=9F=BA=E6=9C=AC=E4=B8=8A=E9=83=BD=E8=A6=81?= =?UTF-8?q?=E5=8D=81=E5=87=A0=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- metagpt/actions/search_enhanced_qa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metagpt/actions/search_enhanced_qa.py b/metagpt/actions/search_enhanced_qa.py index c89caeac4..ebf945fd6 100644 --- a/metagpt/actions/search_enhanced_qa.py +++ b/metagpt/actions/search_enhanced_qa.py @@ -69,7 +69,7 @@ class SearchEnhancedQA(Action): description="Action to explore the web and provide summaries of articles and webpages.", ) per_page_timeout: float = Field( - default=10, description="The maximum time for fetching a single page is in seconds. Defaults to 10s." + default=20, description="The maximum time for fetching a single page is in seconds. Defaults to 20s." ) java_script_enabled: bool = Field( default=False, description="Whether or not to enable JavaScript in the web browser context. Defaults to False."