|
@@ -50,7 +50,7 @@ class AudioParser(AsyncParser[bytes]):
|
|
|
) as temp_file:
|
|
) as temp_file:
|
|
|
temp_file.write(data)
|
|
temp_file.write(data)
|
|
|
temp_file_path = temp_file.name
|
|
temp_file_path = temp_file.name
|
|
|
-
|
|
|
|
|
|
|
+ kwargs.pop("chunking_strategy", None)
|
|
|
# Call Whisper transcription
|
|
# Call Whisper transcription
|
|
|
response = await self.atranscription(
|
|
response = await self.atranscription(
|
|
|
model=self.config.audio_transcription_model
|
|
model=self.config.audio_transcription_model
|