Partager via


HuggingFacePromptExecutionSettings.ResultsPerPrompt Property

Definition

(Default: 1). Integer. The number of proposition you want to be returned.

[System.Text.Json.Serialization.JsonPropertyName("results_per_prompt")]
public int ResultsPerPrompt { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("results_per_prompt")>]
member this.ResultsPerPrompt : int with get, set
Public Property ResultsPerPrompt As Integer

Property Value

Attributes

Remarks

This may not be supported by all models/inference API.

Applies to