Bklieger / groqnotes

GroqNotes: Generate organized notes from audio using Groq, Whisper, and Llama3
https://groqnotes.com
MIT License
324 stars 64 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 1 week ago

Bklieger commented 1 week 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.