forked from phoenix/litellm-mirror
fix make_sync_openai_audio_transcriptions_request
This commit is contained in:
parent
2513b64ed4
commit
82764d2cec
1 changed files with 1 additions and 1 deletions
|
@ -1513,7 +1513,7 @@ class OpenAIChatCompletion(BaseLLM):
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
raise e
|
raise e
|
||||||
|
|
||||||
async def make_sync_openai_audio_transcriptions_request(
|
def make_sync_openai_audio_transcriptions_request(
|
||||||
self,
|
self,
|
||||||
openai_client: OpenAI,
|
openai_client: OpenAI,
|
||||||
data: dict,
|
data: dict,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue