AlibabaLLMProvider

Represents Alibaba as a specific provider of Large Language Models (LLMs).

This class is a subclass of the LLMProvider sealed class, and it defines Alibaba's unique identifier and display name. It is used in configurations or model selections to specify Alibaba as the chosen provider.

Properties

Link copied to clipboard

The human-readable name of the LLM provider.

Link copied to clipboard
val id: String

The unique identifier of the LLM provider.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int