Class Parameters.Builder
java.lang.Object
io.quarkiverse.langchain4j.watsonx.bean.Parameters.Builder
- Enclosing class:
- Parameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()decodingMethod(String decodingMethod) decondingMethod(String decodingMethod) maxNewTokens(Integer maxNewTokens) minNewTokens(Integer minNewTokens) randomSeed(Integer randomSeed) repetitionPenalty(Double repetitionPenalty) stopSequences(List<String> stopSequences) temperature(Double temperature)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
decodingMethod
-
minNewTokens
-
maxNewTokens
-
temperature
-
decondingMethod
-
randomSeed
-
repetitionPenalty
-
topP
-
topK
-
stopSequences
-
build
-