Class AzureOpenAiChatOptions.Builder
java.lang.Object
org.springframework.ai.azure.openai.AzureOpenAiChatOptions.Builder
- Enclosing class:
AzureOpenAiChatOptions
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withFrequencyPenalty
(Float frequencyPenalty) withLogitBias
(Map<String, Integer> logitBias) withMaxTokens
(Integer maxTokens) withPresencePenalty
(Float presencePenalty) withTemperature
(Float temperature)
-
Field Details
-
options
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
withModel
-
withFrequencyPenalty
-
withLogitBias
-
withMaxTokens
-
withN
-
withPresencePenalty
-
withStop
-
withTemperature
-
withTopP
-
withUser
-
build
-