Merge pull request #1 from shih-liang/patch-1

chat-stream: runtime = "experimental-edge";
This commit is contained in:
Shi Liang 2023-04-21 13:08:01 +08:00 committed by GitHub
commit ffb0fa25f1
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";