You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh repo clone zzstoatzz/python-pack
cd python-pack
make clean
make dev
source .venv/bin/activate
pytest
# and if you have an OPENAI_API_KEY set, you can run the todo app example:
make example