To get started: python3 -m venv venv source venv/bin/activate pip install -r requirements.txt #Add an open AI API key cp .env.example .env To launch the application uvicorn app:app --reload