浏览代码

Update common.ts

yuanliang feng 1 年之前
父节点
当前提交
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