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({