Uses of Enum
dev.langchain4j.model.azure.AzureOpenAiChatModelName
Packages that use AzureOpenAiChatModelName
-
Uses of AzureOpenAiChatModelName in dev.langchain4j.model.azure
Methods in dev.langchain4j.model.azure that return AzureOpenAiChatModelNameModifier and TypeMethodDescriptionstatic AzureOpenAiChatModelNameReturns the enum constant of this type with the specified name.static AzureOpenAiChatModelName[]AzureOpenAiChatModelName.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in dev.langchain4j.model.azure with parameters of type AzureOpenAiChatModelNameModifierConstructorDescriptionAzureOpenAiTokenizer(AzureOpenAiChatModelName modelName) Creates an instance of theAzureOpenAiTokenizerfor a givenAzureOpenAiChatModelName.