Uses of Interface
io.quarkiverse.langchain4j.watsonx.runtime.config.ChatModelConfig.LengthPenaltyConfig
Packages that use ChatModelConfig.LengthPenaltyConfig
-
Uses of ChatModelConfig.LengthPenaltyConfig in io.quarkiverse.langchain4j.watsonx.runtime.config
Methods in io.quarkiverse.langchain4j.watsonx.runtime.config that return types with arguments of type ChatModelConfig.LengthPenaltyConfigModifier and TypeMethodDescriptionChatModelConfig.lengthPenalty()It can be used to exponentially increase the likelihood of the text generation terminating once a specified number of tokens have been generated.