mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix make_sync_openai_audio_transcriptions_request
This commit is contained in:
parent
bb6b2c6872
commit
b901a65572
1 changed files with 1 additions and 1 deletions
|
@ -1668,7 +1668,7 @@ class OpenAIChatCompletion(BaseLLM):
|
||||||
timeout=timeout,
|
timeout=timeout,
|
||||||
max_retries=max_retries,
|
max_retries=max_retries,
|
||||||
)
|
)
|
||||||
response = self.make_sync_openai_audio_transcriptions_request(
|
_, response = self.make_sync_openai_audio_transcriptions_request(
|
||||||
openai_client=openai_client,
|
openai_client=openai_client,
|
||||||
data=data,
|
data=data,
|
||||||
timeout=timeout,
|
timeout=timeout,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue