Uses of Enum Class
dev.langchain4j.model.azure.AzureOpenAiChatModelName
Packages that use AzureOpenAiChatModelName
-
Uses of AzureOpenAiChatModelName in dev.langchain4j.model.azure
Subclasses with type arguments of type AzureOpenAiChatModelName in dev.langchain4j.model.azureModifier and TypeClassDescriptionenum
You can get the latest model names from the Azure OpenAI documentation or by executing the Azure CLI command: az cognitiveservices account list-models --resource-group "$RESOURCE_GROUP" --name "$AI_SERVICE" -o tableMethods in dev.langchain4j.model.azure that return AzureOpenAiChatModelNameModifier 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.Constructors in dev.langchain4j.model.azure with parameters of type AzureOpenAiChatModelNameModifierConstructorDescriptionCreates an instance of theAzureOpenAiTokenCountEstimator
for a givenAzureOpenAiChatModelName
.