Skip to content

Commit

Permalink
fixed filename of ibm credentials file
Browse files Browse the repository at this point in the history
  • Loading branch information
fwild committed May 23, 2024
1 parent 94a4c79 commit d3cc5ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public override void Initialization(Action<PopupBase> onClose, params object[] a

private static void LoadKeysFromEnvFile(out string apiKey, out string serviceUrl)
{
const string ibmFileName = "caption-ibm-credentials";
const string ibmFileName = "ibm-credentials";
const string speechToTextApikey = "SPEECH_TO_TEXT_IAM_APIKEY";
const string speechToTextURL = "SPEECH_TO_TEXT_URL";

Expand Down

0 comments on commit d3cc5ab

Please sign in to comment.