fix router test_audio_speech_router

This commit is contained in:
Ishaan Jaff 2024-12-05 20:41:44 -08:00
parent 46773c01d5
commit aedf81ef1c

View file

@ -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(