Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 committed Feb 6, 2025
1 parent a141d9d commit 620288a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export class OpenAIWhisperAudio extends BufferLoader {
filePathOrBlob: string | Blob,
fields?: {
clientOptions?: ClientOptions;
transcriptionCreateParams?: OpenAIClient.Audio.TranscriptionCreateParams;
transcriptionCreateParams?: Partial<OpenAIClient.Audio.TranscriptionCreateParams>;
}
) {
super(filePathOrBlob);
Expand Down

0 comments on commit 620288a

Please sign in to comment.