Skip to content

Commit

Permalink
Merge pull request #444 from classtranscribe/angrave-patch-1
Browse files Browse the repository at this point in the history
Update Program.cs
  • Loading branch information
angrave authored Jan 19, 2024
2 parents 69d6908 + 284c1a4 commit d4c3160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestAzureCognitiveServices/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ static void Main(string[] args)
}

async static Task<string> useAzureTranslationAsync() {
var defaultKeys = "996885bc424b4fda9df983c404e7309c,westus";
var defaultKeys = "123,westus";
Console.WriteLine($"Environment variable AZURE_SUBSCRIPTION_KEYS=key,region;...");
var keys = System.Environment.GetEnvironmentVariable("AZURE_SUBSCRIPTION_KEYS") ?? defaultKeys;

Expand Down

0 comments on commit d4c3160

Please sign in to comment.