From bcbc2f48e8938eb088cd22d6770973ba226c5eb7 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Thu, 25 May 2023 22:51:25 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/agentic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agentic.ts b/src/agentic.ts index 838e4b4..cd83777 100644 --- a/src/agentic.ts +++ b/src/agentic.ts @@ -24,7 +24,7 @@ export class Agentic { provider: 'openai', model: defaultOpenAIModel, modelParams: {}, - timeoutMs: 30000, + timeoutMs: 2 * 60000, retryConfig: { attempts: 3, strategy: 'heal',