From 7a0b437626a238c3d01d910fd5cd23c302562d85 Mon Sep 17 00:00:00 2001 From: yuanliang feng <10550655+fyl080801@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:26:28 +0800 Subject: [PATCH] Update common.ts --- app/api/common.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/api/common.ts b/app/api/common.ts index 30d5e0da..3bfe208b 100644 --- a/app/api/common.ts +++ b/app/api/common.ts @@ -40,7 +40,6 @@ export async function requestOpenai(req: NextRequest) { "OpenAI-Organization": process.env.OPENAI_ORG_ID, }), }, - cache: "no-store", method: req.method, body: req.body, // @ts-ignore