Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 829 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 829 Bytes

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