Package org.springframework.ai.qianfan
Class QianFanChatOptions.Builder
java.lang.Object
org.springframework.ai.qianfan.QianFanChatOptions.Builder
- Enclosing class:
- QianFanChatOptions
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
withFrequencyPenalty
(Double frequencyPenalty) withMaxTokens
(Integer maxTokens) withPresencePenalty
(Double presencePenalty) withResponseFormat
(QianFanApi.ChatCompletionRequest.ResponseFormat responseFormat) withTemperature
(Double temperature)
-
Field Details
-
options
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
withModel
-
withFrequencyPenalty
-
withMaxTokens
-
withPresencePenalty
-
withResponseFormat
public QianFanChatOptions.Builder withResponseFormat(QianFanApi.ChatCompletionRequest.ResponseFormat responseFormat) -
withStop
-
withTemperature
-
withTopP
-
build
-