Merge branch 'main' of https://github.com/Yidadaa/ChatGPT-Next-Web into duang/azure_openai

This commit is contained in:
Duang Cheng
2023-04-25 12:40:27 +08:00
31 changed files with 749 additions and 477 deletions

View File

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