Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vachillo committed Sep 12, 2024
1 parent 4a05106 commit 01b2de3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion tests/unit/configs/drivers/test_azure_openai_drivers_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,16 @@ def test_to_dict(self, config):
},
"type": "LocalVectorStoreDriver",
},
"text_to_speech_driver": {"type": "DummyTextToSpeechDriver"},
"text_to_speech_driver": {
"base_url": None,
"format": "mp3",
"model": "tts",
"api_version": "2024-07-01-preview",
"azure_deployment": "tts",
"azure_endpoint": "http://localhost:8080",
"organization": None,
"type": "AzureOpenAiTextToSpeechDriver",
"voice": "alloy",
},
"audio_transcription_driver": {"type": "DummyAudioTranscriptionDriver"},
}

0 comments on commit 01b2de3

Please sign in to comment.