Interface WhisperClientOptionsWithModelPath

interface WhisperClientOptionsWithModelPath {
    executablePath?: string;
    modelPath: string;
}

Hierarchy (View Summary)

Properties

executablePath?: string

Path to the whisper executable

modelPath: string