Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 341 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 341 Bytes

Setup

Create a new Python virtual environment

python3 -m venv .venv
source .venv/bin/activate

Create a .env file in the project root directory

OPENAI_API_KEY="YOUR_OPENAPI_API_KEY"

Architecture

alt text

Reference

Tutorial video