Bklieger / ScribeWizard

ScribeWizard: Generate organized notes from audio using Groq, Whisper, and Llama3
https://wizard.benjamin.sh
MIT License
459 stars 101 forks source link

App should check if YouTube download will be over max supported audio size and stop before downloading if so #16

Closed Bklieger closed 4 months ago

Bklieger commented 4 months ago

Currently, the app downloads the file, then runs validation on the size. This is inefficient. Large files will throw an error. This can be detected and error thrown before download.