Skip to content

Commit

Permalink
docs: increase route maxDuration (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Sep 25, 2024
1 parent 58467db commit a870315
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/docs/app/api/entelligence/route.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export const maxDuration = 30;

export const POST = async (req: Request) => {
const { messages } = (await req.json()) as {
messages: { role: "user" | "assistant"; content: string }[];
Expand Down

0 comments on commit a870315

Please sign in to comment.