test: update tests

This commit is contained in:
Krrish Dholakia
2026-03-28 19:42:14 -07:00
parent cdcab8a243
commit ce26dd4101
@@ -174,9 +174,9 @@ async def test_audio_speech_router():
{
"model_name": "tts",
"litellm_params": {
"model": "azure/azure-tts",
"api_base": os.getenv("AZURE_SWEDEN_API_BASE"),
"api_key": os.getenv("AZURE_SWEDEN_API_KEY"),
"model": "azure/tts",
"api_base": os.getenv("AZURE_TTS_API_BASE"),
"api_key": os.getenv("AZURE_TTS_API_KEY"),
},
},
]