Table of Contents

Class Logprobs

Namespace
Glitch9.AIDevKit

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
object
Logprobs

Constructors

Logprobs()

public Logprobs()

Logprobs(int)

public Logprobs(int value)

Parameters

value int

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

p Logprobs

Returns

int?

implicit operator Logprobs(int)

public static implicit operator Logprobs(int v)

Parameters

v int

Returns

Logprobs