This commit is contained in:
7lsu
2023-08-01 10:16:36 +08:00
committed by GitHub
parent e354fca4a4
commit cf625e3542

View File

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