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()
frequencyPenalty
(Double frequencyPenalty) presencePenalty
(Double presencePenalty) responseFormat
(QianFanApi.ChatCompletionRequest.ResponseFormat responseFormat) temperature
(Double temperature)
-
Field Details
-
options
-
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
model
-
frequencyPenalty
-
maxTokens
-
presencePenalty
-
responseFormat
public QianFanChatOptions.Builder responseFormat(QianFanApi.ChatCompletionRequest.ResponseFormat responseFormat) -
stop
-
temperature
-
topP
-
build
-