Skip to content

Commit

Permalink
chore(website): increase api max duration
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Nov 6, 2024
1 parent 53bd7b2 commit e205c2d
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
@@ -1,5 +1,7 @@
import {OcrLLM} from 'ocr-llm';

export const maxDuration = 60;

const ocrllm = new OcrLLM({
provider: 'openai',
key: process.env.OPENAI_API_KEY!,
Expand Down

0 comments on commit e205c2d

Please sign in to comment.