From ad0206197b02e0fe0ed7861d54fd314d8af13361 Mon Sep 17 00:00:00 2001 From: xuzhenjun Date: Sat, 15 Apr 2023 01:06:48 +0800 Subject: [PATCH] test --- app/api/chat-stream/route.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/api/chat-stream/route.ts b/app/api/chat-stream/route.ts index 4849b40c1..d9a3fc1e7 100644 --- a/app/api/chat-stream/route.ts +++ b/app/api/chat-stream/route.ts @@ -114,3 +114,7 @@ export async function POST(req: NextRequest) { ); } } + +export const config = { + runtime: "edge", +};