openai runtime = "experimental-edge";

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

View File

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