• Downloads a ggml whisper model from a specified URL or shorthand.

    Parameters

    • model: ModelName

      The model to download, specified either as a key of the MODELS object or as a URL.

    Returns Promise<string>

    A promise that resolves to the name of the downloaded model.

    Throws

    An error if the model URL or shorthand is invalid, or if the model fails to download.