yuanliang feng 1 жил өмнө
parent
commit
7a0b437626
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  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