Uses of Enum Class
dev.langchain4j.model.azure.AzureOpenAiChatModelName
-
Uses of AzureOpenAiChatModelName in dev.langchain4j.model.azure
Modifier and TypeMethodDescriptionstatic AzureOpenAiChatModelName
Returns the enum constant of this class with the specified name.static AzureOpenAiChatModelName[]
AzureOpenAiChatModelName.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionAzureOpenAiTokenizer
(AzureOpenAiChatModelName modelName) Creates an instance of theAzureOpenAiTokenizer
for a givenAzureOpenAiChatModelName
.