mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-07 22:11:51 +00:00
all: test 3.13 ci (#27197)
Co-authored-by: Bagatur <baskaryan@gmail.com> Co-authored-by: Bagatur <22008038+baskaryan@users.noreply.github.com>
This commit is contained in:
@@ -118,7 +118,7 @@ class OpenAIWhisperParser(BaseBlobParser):
|
||||
model="whisper-1", file=file_obj, **self._create_params
|
||||
)
|
||||
else:
|
||||
transcript = openai.Audio.transcribe("whisper-1", file_obj)
|
||||
transcript = openai.Audio.transcribe("whisper-1", file_obj) # type: ignore[attr-defined]
|
||||
break
|
||||
except Exception as e:
|
||||
attempts += 1
|
||||
|
Reference in New Issue
Block a user