geeks-of-data / knowledge-gpt

Extract knowledge from all information sources using gpt and other language models. Index and make Q&A session with information sources.
https://pypi.org/project/knowledgegpt/
MIT License
278 stars 53 forks source link

Whisper Audio Length Problem #8

Open eren23 opened 1 year ago

eren23 commented 1 year ago

Audio file to transcription not working for files above 25mb because OpenAI API doesn't accept bigger files and requires chunking into smaller pieces, I failed to make it work so far and left it out since it's not pressing, at some point of time it has to be addressed for sure though.