Update maxDuration to 120 seconds

This commit is contained in:
zaidmukaddam 2024-09-07 17:42:36 +05:30
parent 8e8242dd40
commit 584a70de6b

View File

@ -13,7 +13,7 @@ import FirecrawlApp from '@mendable/firecrawl-js';
import { GoogleAuth } from 'google-auth-library'; import { GoogleAuth } from 'google-auth-library';
// Allow streaming responses up to 60 seconds // Allow streaming responses up to 60 seconds
export const maxDuration = 60; export const maxDuration = 120;
// Azure setup // Azure setup
const azure = createAzure({ const azure = createAzure({