savbell / whisper-writer

💬📝 A small dictation app using OpenAI's Whisper speech recognition model.
GNU General Public License v3.0
327 stars 52 forks source link

Doesn't work with API #20

Closed danshapiro closed 9 months ago

danshapiro commented 9 months ago

I believe you need to initialize local_model to None in the main script to fix this.

savbell commented 9 months ago

Ah, thank you for the catch! Just fixed it :)