Skip to content

Commit

Permalink
feat: Updated OpenAPI spec
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 24, 2024
1 parent f5531a8 commit 2da475d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public sealed partial class GenerateTextRequestParameters
/// Example: 1
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("temperature")]
public double? Temperature { get; set; } = 1;
public double? Temperature { get; set; }

/// <summary>
/// The more a token is used within generation the more it is penalized to not be picked in successive generation passes.<br/>
Expand Down Expand Up @@ -69,7 +69,7 @@ public sealed partial class GenerateTextRequestParameters
/// Example: 1
/// </summary>
[global::System.Text.Json.Serialization.JsonPropertyName("num_return_sequences")]
public int? NumReturnSequences { get; set; } = 1;
public int? NumReturnSequences { get; set; }

/// <summary>
/// Whether or not to use sampling, use greedy decoding otherwise.<br/>
Expand Down

0 comments on commit 2da475d

Please sign in to comment.