Merge pull request #1312 from LaChimere/user/lachimere/fix-typo

Fix typo
This commit is contained in:
Yifei Zhang 2023-05-07 15:38:14 +08:00 committed by GitHub
commit bc523d302b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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