mallorbc / whisper_mic

Project that allows one to use a microphone with OpenAI whisper.
MIT License
674 stars 154 forks source link

Added optionality for download location of model #40

Closed CrazeXD closed 11 months ago

CrazeXD commented 11 months ago

Uses default model location of whisper if the argument is left blank, otherwise passes in the custom location.

mallorbc commented 11 months ago

Looks good to me! Thanks!