From 584a70de6b747194a62333e223df64e885afc76f Mon Sep 17 00:00:00 2001 From: zaidmukaddam Date: Sat, 7 Sep 2024 17:42:36 +0530 Subject: [PATCH] Update maxDuration to 120 seconds --- app/api/chat/route.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/api/chat/route.ts b/app/api/chat/route.ts index d991b3d..879dc38 100644 --- a/app/api/chat/route.ts +++ b/app/api/chat/route.ts @@ -13,7 +13,7 @@ import FirecrawlApp from '@mendable/firecrawl-js'; import { GoogleAuth } from 'google-auth-library'; // Allow streaming responses up to 60 seconds -export const maxDuration = 60; +export const maxDuration = 120; // Azure setup const azure = createAzure({