Skip to content

Commit

Permalink
chat-stream: runtime = "experimental-edge";
Browse files Browse the repository at this point in the history
  • Loading branch information
shih-liang authored Apr 21, 2023
1 parent 06d613f commit 96d5e25
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/api/chat-stream/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,4 @@ export async function POST(req: NextRequest) {
}
}

export const config = {
runtime: "edge",
};
export const runtime = "experimental-edge";

0 comments on commit 96d5e25

Please sign in to comment.