Skip to content

Commit

Permalink
fixed response format of AudioCreateSpeechRequest closes #452
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhantolga committed Dec 9, 2023
1 parent 3747353 commit 1bdb151
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public record AudioCreateSpeechRequest : IOpenAiModels.IModel
/// The format to audio in. Supported formats are mp3, opus, aac, and flac
/// Defaults to mp3
/// </summary>
[JsonPropertyName("responseFormat")]
[JsonPropertyName("response_format")]
public string? ResponseFormat { get; set; }

/// <summary>
Expand Down

0 comments on commit 1bdb151

Please sign in to comment.