mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
feat(router.py): add load balancing for async transcription calls
This commit is contained in:
parent
6b1049217e
commit
ae54b398d2
2 changed files with 80 additions and 1 deletions
|
@ -3313,6 +3313,7 @@ def image_generation(
|
|||
##### Transcription #######################
|
||||
|
||||
|
||||
@client
|
||||
async def atranscription(*args, **kwargs):
|
||||
"""
|
||||
Calls openai + azure whisper endpoints.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue