Class ChatOptionsBuilder
java.lang.Object
org.springframework.ai.chat.prompt.ChatOptionsBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static ChatOptionsBuilder
builder()
withFrequencyPenalty
(Double frequencyPenalty) withMaxTokens
(Integer maxTokens) withPresencePenalty
(Double presencePenalty) withStopSequences
(List<String> stop) withTemperature
(Double temperature)
-
Method Details
-
builder
-
withModel
-
withFrequencyPenalty
-
withMaxTokens
-
withPresencePenalty
-
withStopSequences
-
withTemperature
-
withTopK
-
withTopP
-
build
-