LaChimere 1 năm trước cách đây
mục cha
commit
1facbb2906
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/api/common.ts

+ 1 - 1
app/api/common.ts

@@ -26,7 +26,7 @@ export async function requestOpenai(req: NextRequest) {
   }
 
   if (!authValue || !authValue.startsWith("Bearer sk-")) {
-    console.error("[OpenAI Request] invlid api key provided", authValue);
+    console.error("[OpenAI Request] invalid api key provided", authValue);
   }
 
   return fetch(`${baseUrl}/${openaiPath}`, {