Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 478 Bytes

File metadata and controls

24 lines (17 loc) · 478 Bytes

Installation

To install and run this agent, follow these steps:

  1. Clone the repository:
git clone https://github.com/makobongo/agent.git
  1. Install the dependencies:
cd your-repo
python -m venv .venv
pip install -r requirements.txt
  1. Configure the environment variables:
cp .env.example .env # and populate with your OpenAI key generated from openai platform

NB - SHOULD WORK FINE UNDER OPENAI PAID PLAN SO SET ONE ON YOUR ACCOUNT