Uses of Class
org.springframework.ai.qianfan.QianFanChatOptions.Builder
-
Uses of QianFanChatOptions.Builder in org.springframework.ai.qianfan
Modifier and TypeMethodDescriptionstatic QianFanChatOptions.Builder
QianFanChatOptions.builder()
QianFanChatOptions.Builder.frequencyPenalty
(Double frequencyPenalty) QianFanChatOptions.Builder.presencePenalty
(Double presencePenalty) QianFanChatOptions.Builder.responseFormat
(QianFanApi.ChatCompletionRequest.ResponseFormat responseFormat) QianFanChatOptions.Builder.temperature
(Double temperature) QianFanChatOptions.Builder.withFrequencyPenalty
(Double frequencyPenalty) Deprecated, for removal: This API element is subject to removal in a future version.QianFanChatOptions.Builder.withMaxTokens
(Integer maxTokens) Deprecated, for removal: This API element is subject to removal in a future version.usemaxTokens(Integer)
instead.Deprecated, for removal: This API element is subject to removal in a future version.usemodel(String)
instead.QianFanChatOptions.Builder.withPresencePenalty
(Double presencePenalty) Deprecated, for removal: This API element is subject to removal in a future version.usepresencePenalty(Double)
instead.QianFanChatOptions.Builder.withResponseFormat
(QianFanApi.ChatCompletionRequest.ResponseFormat responseFormat) 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.usestop(List)
instead.QianFanChatOptions.Builder.withTemperature
(Double temperature) Deprecated, for removal: This API element is subject to removal in a future version.usetemperature(Double)
instead.Deprecated, for removal: This API element is subject to removal in a future version.usetopP(Double)
instead.
frequencyPenalty(Double)
instead.