Uses of Enum Class
dev.langchain4j.model.openai.OpenAiChatModelName
Packages that use OpenAiChatModelName
-
Uses of OpenAiChatModelName in dev.langchain4j.model.openai
Subclasses with type arguments of type OpenAiChatModelName in dev.langchain4j.model.openaiMethods in dev.langchain4j.model.openai that return OpenAiChatModelNameModifier and TypeMethodDescriptionstatic OpenAiChatModelName
Returns the enum constant of this class with the specified name.static OpenAiChatModelName[]
OpenAiChatModelName.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.langchain4j.model.openai with parameters of type OpenAiChatModelNameModifier and TypeMethodDescriptionOpenAiChatModel.OpenAiChatModelBuilder.modelName
(OpenAiChatModelName modelName) OpenAiChatRequestParameters.Builder.modelName
(OpenAiChatModelName modelName) OpenAiStreamingChatModel.OpenAiStreamingChatModelBuilder.modelName
(OpenAiChatModelName modelName) Constructors in dev.langchain4j.model.openai with parameters of type OpenAiChatModelNameModifierConstructorDescriptionOpenAiTokenCountEstimator
(OpenAiChatModelName modelName) Creates an instance of theOpenAiTokenCountEstimator
for a givenOpenAiChatModelName
.