Interface HuggingFaceModelDescription

interface HuggingFaceModelDescription {
    id: string;
    model: string;
}

Properties

Properties

id: string

The identifier of the model which will be shown in the UI.

model: string

The model ID as used by the Hugging Face API.