Open GoZippy opened 1 year ago
suggest add to requirements
Also, it seems like you need to add following line to the src/autogpt_youtube/youtube_functions.py to make it work too: nltk.download('punkt')
Otherwise it would complain:
Resource punkt not found. Please use the NLTK Downloader to obtain the resource: >>> import nltk >>> nltk.download('punkt')
Adding this plugin I ran into this error
so I did
now it seems to work