Proof of concept for integrating with the OpenAI API using the new Python SDK (>=1.0.0).
# 1. Create and activate a virtual environment
python3 -m venv venv
source venv/bin/activate
# 2. Install dependencies
./scripts/install_deps.sh
# 3. Install the package in editable mode
pip install -e .