Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Sep 2, 2024
1 parent b021f03 commit 3b4623d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElevenLabs-DotNet/Models/Model.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public Model(string id)
/// the content and the prosody of the generated speech across various languages.
/// </summary>
[JsonIgnore]
public static Model MultilingualSpeechToSpeechV2 { get; } = new("eleven_multilingual_sts_v2");
public static Model MultiLingualSpeechToSpeechV2 { get; } = new("eleven_multilingual_sts_v2");

#endregion Predefined Models
}
Expand Down

0 comments on commit 3b4623d

Please sign in to comment.