Skip to content

Commit

Permalink
fix(core.gbapp): Added IBM for TTS and removed MSFT while it does not…
Browse files Browse the repository at this point in the history
… compile on AZR.
  • Loading branch information
rodrigorodriguez committed Dec 29, 2021
1 parent 596a6eb commit bef4fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core.gbapp/services/GBConversationalService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit bef4fea

Please sign in to comment.