This repo contains a collection of AI recipes/patterns built using phidata
The AI cookbook apps are live and can be accessed at:
from the
ai-cookbook
dir:
python3 -m venv aienv
source aienv/bin/activate
phidata
:pip install phidata
phi ws setup
workspace/example_secrets
to workspace/secrets
:cp -r workspace/example_secrets workspace/secrets
.env
file:cp example.env .env
.env
file:HACKERNEWS_AI
you'd like to enable as TrueOPENAI_API_KEY
HACKERNEWS_AI=True
# OPENAI_API_KEY=sk-***
export OPENAI_API_KEY=sk-***
Install docker desktop
Start the workspace using:
phi ws up
phi ws down