Class ChatOptionsBuilder
java.lang.Object
org.springframework.ai.chat.prompt.ChatOptionsBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Deprecated, for removal: This API element is subject to removal in a future version.static ChatOptionsBuilder
builder()
Deprecated, for removal: This API element is subject to removal in a future version.withFrequencyPenalty
(Double frequencyPenalty) Deprecated, for removal: This API element is subject to removal in a future version.withMaxTokens
(Integer maxTokens) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.withPresencePenalty
(Double presencePenalty) Deprecated, for removal: This API element is subject to removal in a future version.withStopSequences
(List<String> stop) Deprecated, for removal: This API element is subject to removal in a future version.withTemperature
(Double temperature) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
builder
Deprecated, for removal: This API element is subject to removal in a future version. -
withModel
Deprecated, for removal: This API element is subject to removal in a future version. -
withFrequencyPenalty
Deprecated, for removal: This API element is subject to removal in a future version. -
withMaxTokens
Deprecated, for removal: This API element is subject to removal in a future version. -
withPresencePenalty
Deprecated, for removal: This API element is subject to removal in a future version. -
withStopSequences
Deprecated, for removal: This API element is subject to removal in a future version. -
withTemperature
Deprecated, for removal: This API element is subject to removal in a future version. -
withTopK
Deprecated, for removal: This API element is subject to removal in a future version. -
withTopP
Deprecated, for removal: This API element is subject to removal in a future version. -
build
Deprecated, for removal: This API element is subject to removal in a future version.
-
ChatOptions.Builder
instead.