CompletionCreateRequest.LogitBias

CompletionCreateRequest.LogitBias property

Gets or sets the likelihood of specified tokens appearing in the completion. Accepts a JSON object that maps tokens (specified by their token ID in the tokenizer) to an associated bias value from -100 to 100.

public Dictionary<string, int> LogitBias { get; set; }

See Also