fix(core.gbapp): Added IBM for TTS and removed MSFT while it does not compile on AZR.
This commit is contained in:
parent
596a6ebba3
commit
bef4fea9de
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue