This commit is contained in:
GH Action - Upstream Sync 2023-05-07 08:02:14 +00:00
commit 8cdd56f7c9

View File

@ -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}`, {