A small autonomous AI agent based on BabyAGI by Yohei Nakajima.
Runs on CPU with the GPT4All model by Nomic AI.
100% open source, 100% local, no API-keys needed.
- Clone this repository
- Install the requirements: pip install -r requirements.txt
- Download a model file (see below)
- Copy the file .env.example to .env
- Edit the model-path and other preferences in the file .env
The following model files have been tested successfully:
- gpt4all-lora-quantized-ggml.bin
- ggml-wizardLM-7B.q4_2.bin
- ggml-vicuna-7b-1.1-q4_2.bin
Some of these model files can be downloaded from here.
Then run python babyagi.py
Have fun!