Installation
System Requirements
- Docker
Setup
Clone the repo
git clone https://github.com/NaturalAgents/NaturalAgents.gitCreate your workspace
mkdir workspaceCreate .env file with OpenAI API credentials
echo OPENAI_API_KEY=<your_api_key> > workspace/.envStart the docker!
docker-compose up --build