Skip to content

Commit

Permalink
chore: export max duration [skip-release]
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Jan 7, 2025
1 parent 4e69d53 commit 60a2d4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/app/api/extract/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ const ocrllm = new OcrLLM({
key: process.env.OPENAI_API_KEY!,
});

export const maxDuration = 60;

export async function POST(req: NextRequest) {
try {
const formData = await req.formData();
Expand Down

0 comments on commit 60a2d4a

Please sign in to comment.