mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-11 00:25:15 +00:00
fix router test_audio_speech_router
This commit is contained in:
+5
-4
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user