CreateChatCompletionRequestBuilder class

Properties

frequencyPenalty num?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
logitBias ↔ JsonObject?
getter/setter pair
maxTokens int?
getter/setter pair
messages ↔ ListBuilder<ChatCompletionRequestMessage>
getter/setter pair
model String?
getter/setter pair
n int?
getter/setter pair
presencePenalty num?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stop CreateChatCompletionRequestStopBuilder
getter/setter pair
stream bool?
getter/setter pair
temperature num?
getter/setter pair
topP num?
getter/setter pair
user String?
getter/setter pair

Methods

build() CreateChatCompletionRequest
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(CreateChatCompletionRequest other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(CreateChatCompletionRequestBuilder)?) → void
Applies updates.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited