- OPENAI_API_KEY (Mostly)
- Add more as needed
python -m venv venv
vevn/Scripts/activate
pip install -r requirements.txt
cp .env.example .env
Per-notebook workflow documentation lives in docs/notebooks/README.md.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
python -m venv venv
vevn/Scripts/activate
pip install -r requirements.txt
cp .env.example .env
Per-notebook workflow documentation lives in docs/notebooks/README.md.