Merge pull request #2525 from 7lsu/main

typo fix
main
Yifei Zhang 2 years ago committed by GitHub
commit 6137d551fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);
}
}

Loading…
Cancel
Save