Skip to content

Commit 2fde059

Browse files
committed
1 parent a8a951b commit 2fde059

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/api/chat/route.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import { convertToModelMessages, stepCountIs, streamText, tool, type UIMessage }
88
import { NextResponse } from "next/server";
99
import { z } from "zod";
1010

11-
export const maxDuration = 30;
12-
1311
const QUESTION_INFO = graphql(`
1412
query QuestionInfo($id: ID!) {
1513
question(id: $id) {

0 commit comments

Comments
 (0)