mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
test: update tests
This commit is contained in:
parent
cdcab8a243
commit
ce26dd4101
1 changed files with 3 additions and 3 deletions
|
|
@ -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"),
|
||||
},
|
||||
},
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue