From 2c73963c33aaa1e0b0c06b9d21cc0b5597b7f4ad 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 --- legacy/src/agentic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/src/agentic.ts b/legacy/src/agentic.ts index 838e4b4b..cd837779 100644 --- a/legacy/src/agentic.ts +++ b/legacy/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',