fix(core.gbapp): Added IBM for TTS and removed MSFT while it does not compile on AZR.

This commit is contained in:
Rodrigo Rodriguez 2021-12-29 13:21:03 -03:00
parent 596a6ebba3
commit bef4fea9de

View file

@ -302,7 +302,7 @@ export class GBConversationalService {
const textToSpeech = new TextToSpeechV1({
authenticator: new IamAuthenticator({ apikey: process.env.WATSON_TTS_KEY }),
url: process.env.WATSON_STT_URL
url: process.env.WATSON_TTS_URL
});
const params = {