Skip to content

Commit

Permalink
Merge pull request #453 from betalgo/452-responseformat-wrongfully-se…
Browse files Browse the repository at this point in the history
…rialized

452 responseformat wrongfully serialized
  • Loading branch information
kayhantolga authored Dec 9, 2023
2 parents 92d850f + 1bdb151 commit ddf5037
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 ddf5037

Please sign in to comment.