Make the instructions clear regarding the usage of the repository.
It should be noted that if you download only the babyagi.py, .env file and the requirements.txt and install the packages via pip install -r requirements.txt in a virtual environment dedicated to babyagi, it would start throwing errors due to the unavailability of the custom extensions module.
Make the instructions clear regarding the usage of the repository.
It should be noted that if you download only the
babyagi.py
, .env file and therequirements.txt
and install the packages viapip install -r requirements.txt
in a virtual environment dedicated to babyagi, it would start throwing errors due to the unavailability of the custom extensions module.