Interface OllamaModelDescription

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

Properties

Properties

id: string

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

model: string

The name or ID of the model in the Ollama environment.