Update common.ts

This commit is contained in:
yuanliang feng 2023-07-10 17:26:28 +08:00 committed by GitHub
parent c7e9f13d2e
commit 7a0b437626
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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