Class Logprobs
Whether to return log probabilities of the Output tokens or not. If true, returns the log probabilities of each Output token returned in the content of message. This option is currently not available on the gpt-4-vision-preview model. Defaults to 0.
[Serializable]
public class Logprobs : NullableRangedInt<Logprobs>
- Inheritance
-
objectLogprobs
Constructors
Logprobs()
public Logprobs()
Logprobs(int)
public Logprobs(int value)
Parameters
valueint
Properties
Default
public override int Default { get; }
Property Value
- int
Max
public override int Max { get; }
Property Value
- int
Min
public override int Min { get; }
Property Value
- int
Operators
implicit operator int?(Logprobs)
public static implicit operator int?(Logprobs p)
Parameters
pLogprobs
Returns
- int?
implicit operator Logprobs(int)
public static implicit operator Logprobs(int v)
Parameters
vint