Updating IBM Watson SDK, replacing TTS API endpoint (#50909)

This commit is contained in:
András Rutkai
2021-05-25 17:38:09 +02:00
committed by GitHub
parent 4875035ff8
commit 727ca79b93
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ _LOGGER = logging.getLogger(__name__)
CONF_URL = "watson_url"
CONF_APIKEY = "watson_apikey"
DEFAULT_URL = "https://stream.watsonplatform.net/text-to-speech/api"
DEFAULT_URL = "https://api.us-south.text-to-speech.watson.cloud.ibm.com"
CONF_VOICE = "voice"
CONF_OUTPUT_FORMAT = "output_format"