Skip to content

kroll-software/babyagi4all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BabyAGI4All

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.

Installation:

  1. Clone this repository
  2. Install the requirements: pip install -r requirements.txt
  3. Download the Original GPT4All Model gpt4all-lora-quantized-ggml.bin
  4. Copy the file .env.example to .env
  5. Edit the model-path and other preferences in the file .env

Then run python babyagi.py

Have fun!

About

BabyAGI to run with GPT4All

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%