mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
test audio fixes
This commit is contained in:
parent
1feb13e76a
commit
77a12f1a87
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ async def test_azure_ava_tts_async():
|
|||
"""
|
||||
litellm._turn_on_debug()
|
||||
api_key = os.getenv("AZURE_TTS_API_KEY")
|
||||
api_base = "https://eastus.tts.speech.microsoft.com"
|
||||
api_base = os.getenv("AZURE_TTS_API_BASE")
|
||||
|
||||
|
||||
speech_file_path = Path(__file__).parent / "azure_speech.mp3"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue