openai runtime = "experimental-edge";
This commit is contained in:
parent
a62bca442e
commit
8966fd3b23
|
@ -30,6 +30,4 @@ export async function GET(req: NextRequest) {
|
|||
return makeRequest(req);
|
||||
}
|
||||
|
||||
export const config = {
|
||||
runtime: "edge",
|
||||
};
|
||||
export const runtime = "experimental-edge";
|
||||
|
|
Loading…
Reference in New Issue