# copy this file to `.env` and set these VARS to the actual vals 
OPENAI_API_KEY=pasteYourActualApiKeyHere
OPENAI_ORGANIZATION=pasteYourActualOrgHere
LIVEBOOK_PASSWORD=pasteSuperSecretPasswordHere
# dialyzer write permissions workaround (for macos)
UID=0
GID=0