Skip to content

EmbraceAGI/TinyAGI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyAGI

This project serves as a backup of the BabyAGI project, with a focus on preserving its elegance and simplicity.

I really appreciate the elegance and simplicity of the BabyAGI project, as it provides an excellent framework. However, over time, it has become increasingly complex. In order to facilitate a better understanding of its principles, I have retained only the core code and removed any irrelevant content, while striving to maintain its simplicity.

Usage

  • python3
pip install -r requirements.txt
cp .env.example .env
  • config Set the Environment Variables in .env file, such as:
OPENAI_API_KEY=sk-xxxx
OBJECTIVE=Solve world hunger
  • run
python tinyagi.py

Acknowledgement

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages