瀏覽代碼

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

chat-stream: runtime = "experimental-edge";
Shi Liang 2 年之前
父節點
當前提交
ffb0fa25f1
共有 1 個文件被更改,包括 1 次插入3 次删除
  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";