Slides and sample code for AI Hackathon kickoff.
Please be sure to create an .env file in your repo root, with just the lines OPENAI_API_KEY=... and ANTHROPIC_API_KEY=....
pak::pak(c("hadley/elmer", "jcheng5/shinychat", "dotenv"))Please create and activate a virtualenv (or conda env), then:
pip install -r requirements.txt
You can try the official (alpha) OpenAI client or this unofficial but popular one.