Skip to content

Commit 5afd497

Browse files
authored
Merge pull request #368 from deepgram/fix/add-aura-2
fix: adds aura-2
2 parents f83b5c4 + f8b0309 commit 5afd497

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/text-to-speech/rest/file/hello-world/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ static async Task Main(string[] args)
2222
"test.mp3",
2323
new SpeakSchema()
2424
{
25-
Model = "aura-asteria-en",
25+
Model = "aura-2-thalia-en",
2626
});
2727

2828
//Console.WriteLine(response);

examples/text-to-speech/rest/file/woodchuck/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ static async Task Main(string[] args)
2828
"test.mp3",
2929
new SpeakSchema()
3030
{
31-
Model = "aura-asteria-en",
31+
Model = "aura-2-thalia-en",
3232
});
3333

3434
//Console.WriteLine(response);

0 commit comments

Comments
 (0)