Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Jan 11, 2025
1 parent 8a17053 commit 8cbf3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ElevenLabs-DotNet/TextToSpeech/TextToSpeechRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public TextToSpeechRequest(string text, Model model, VoiceSettings voiceSettings
/// Optional, <see cref="VoiceSettings"/> that will override the default settings in <see cref="Voice.Settings"/>.
/// </param>
/// <param name="model">
/// Optional, <see cref="Model"/> to use. Defaults to <see cref="Model.TurboV2_5"/>.
/// Optional, <see cref="Model"/> to use. Defaults to <see cref="Model.FlashV2"/>.
/// </param>
/// <param name="outputFormat">
/// Output format of the generated audio.<br/>
Expand Down

0 comments on commit 8cbf3a5

Please sign in to comment.