chat-stream: runtime = "experimental-edge";

This commit is contained in:
Shi Liang 2023-04-21 13:03:02 +08:00 committed by GitHub
parent a62bca442e
commit b6a7104b60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,4 @@ export async function POST(req: NextRequest) {
}
}
export const config = {
runtime: "edge",
};
export const runtime = "experimental-edge";