Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 662 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 662 Bytes

tinyagi

A really simple approach to a self-learning, open-ended system.

To install

pip install -r requirements.txt # install the dependencies

To change some configuration stuff, edit the .env file, especially the OPENAI_API_KEY variable.

To run

python start.py

TODO:

Documentation coming soon

Contributions Welcome

If you like this library and want to contribute in any way, please feel free to submit a PR and I will review it. Please note that the goal here is simplicity and accesibility, using common language and few dependencies.