This commit is contained in:
GH Action - Upstream Sync 2023-08-02 01:13:33 +00:00
commit 564291a53e
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ export class ChatGPTApi implements LLMApi {
options.onFinish(message); options.onFinish(message);
} }
} catch (e) { } 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); options.onError?.(e as Error);
} }
} }