Skip to content

kroll-software/babyagi4all

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

386 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 a model file (see below)
  4. Copy the file .env.example to .env
  5. Edit the model-path and other preferences in the file .env

Model Downloads

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!

About

BabyAGI to run with GPT4All

Resources

License

Stars

247 stars

Watchers

9 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%