ChatOptions.PresencePenalty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that influences the probability of generated tokens appearing based on their existing presence in generated text.
public:
property Nullable<float> PresencePenalty { Nullable<float> get(); void set(Nullable<float> value); };
public float? PresencePenalty { get; set; }
member this.PresencePenalty : Nullable<single> with get, set
Public Property PresencePenalty As Nullable(Of Single)
Property Value
Remarks
You can modify this value to reduce repetitiveness of generated tokens. Similar to FrequencyPenalty, except that this penalty is applied equally to all tokens that have already appeared, regardless of their exact frequencies.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.