Browse Source

Update common.ts

yuanliang feng 1 year ago
parent
commit
7a0b437626
1 changed files with 0 additions and 1 deletions
  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