forked from XiaoMo/ChatGPT-Next-Web
fix typo
This commit is contained in:
parent
8265436437
commit
1facbb2906
@ -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}`, {
|
||||
|
Loading…
Reference in New Issue
Block a user