mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix router test_audio_speech_router
This commit is contained in:
parent
46773c01d5
commit
aedf81ef1c
1 changed files with 5 additions and 4 deletions
|
@ -1695,11 +1695,12 @@ class Router:
|
|||
model_client = potential_model_client
|
||||
|
||||
response = await litellm.aspeech(
|
||||
**data,
|
||||
client=model_client,
|
||||
**kwargs,
|
||||
**{
|
||||
**data,
|
||||
"client": model_client,
|
||||
**kwargs,
|
||||
}
|
||||
)
|
||||
|
||||
return response
|
||||
except Exception as e:
|
||||
asyncio.create_task(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue