Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public partial interface IOpenAPIV1Client
/// </param>
/// <param name="earlyStopThreshold">
/// Early stopping threshold for batch processing.<br/>
/// Default Value: 1F
/// Default Value: 1
/// </param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
Expand Down
4 changes: 2 additions & 2 deletions src/libs/FishAudio/Generated/FishAudio.Models.TTSRequest.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public sealed partial class TTSRequest

/// <summary>
/// Early stopping threshold for batch processing.<br/>
/// Default Value: 1F
/// Default Value: 1
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("early_stop_threshold")]
public double? EarlyStopThreshold { get; set; }
Expand Down Expand Up @@ -230,7 +230,7 @@ public sealed partial class TTSRequest
/// </param>
/// <param name="earlyStopThreshold">
/// Early stopping threshold for batch processing.<br/>
/// Default Value: 1F
/// Default Value: 1
/// </param>
#if NET7_0_OR_GREATER
[global::System.Diagnostics.CodeAnalysis.SetsRequiredMembers]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ partial void ProcessCreateTtsResponse(
/// </param>
/// <param name="earlyStopThreshold">
/// Early stopping threshold for batch processing.<br/>
/// Default Value: 1F
/// Default Value: 1
/// </param>
/// <param name="requestOptions">Per-request overrides such as headers, query parameters, timeout, retries, and response buffering.</param>
/// <param name="cancellationToken">The token to cancel the operation with</param>
Expand Down
Loading