Bklieger / groqnotes

GroqNotes: Generate organized notes from audio using Groq, Whisper, and Llama3
https://groqnotes.com
MIT License
324 stars 64 forks source link

Add custom error message for request too large #5

Closed Bklieger closed 2 weeks ago

Bklieger commented 2 weeks ago

On audio files over 25 MB, Groq's Whisper endpoint will throw a 413 error (request entity too large). This code will show a custom error message to the user that explains the issue.