Explorar o código

Update common.ts

yuanliang feng hai 1 ano
pai
achega
7a0b437626
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      app/api/common.ts

+ 0 - 1
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