We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f83b5c4 + f8b0309 commit 5afd497Copy full SHA for 5afd497
examples/text-to-speech/rest/file/hello-world/Program.cs
@@ -22,7 +22,7 @@ static async Task Main(string[] args)
22
"test.mp3",
23
new SpeakSchema()
24
{
25
- Model = "aura-asteria-en",
+ Model = "aura-2-thalia-en",
26
});
27
28
//Console.WriteLine(response);
examples/text-to-speech/rest/file/woodchuck/Program.cs
@@ -28,7 +28,7 @@ static async Task Main(string[] args)
29
30
31
32
33
34
0 commit comments