Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#2525 from 7lsu/main
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
Yidadaa authored Aug 1, 2023
2 parents e354fca + cf625e3 commit 6137d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/platforms/openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export class ChatGPTApi implements LLMApi {
options.onFinish(message);
}
} catch (e) {
console.log("[Request] failed to make a chat reqeust", e);
console.log("[Request] failed to make a chat request", e);
options.onError?.(e as Error);
}
}
Expand Down

0 comments on commit 6137d55

Please sign in to comment.