Browse Source

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

chat-stream: runtime = "experimental-edge";
Shi Liang 1 year ago
parent
commit
ffb0fa25f1
1 changed files with 1 additions and 3 deletions
  1. 1 3
      app/api/chat-stream/route.ts

+ 1 - 3
app/api/chat-stream/route.ts

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