Skip to content

Commit

Permalink
Merge pull request #1 from shih-liang/patch-1
Browse files Browse the repository at this point in the history
chat-stream: runtime = "experimental-edge";
  • Loading branch information
shih-liang authored Apr 21, 2023
2 parents 8966fd3 + b6a7104 commit ffb0fa2
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 ffb0fa2

Please sign in to comment.