Update maxDuration to 120 seconds
This commit is contained in:
parent
8e8242dd40
commit
584a70de6b
@ -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({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user