Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 293 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 293 Bytes

Prosaic Kernel

An IPython kernel calling the anthropic assistant API.

Demo

API_KEY=$(cat /run/secrets/anthropic_api_key) # or pbpaste or etc
# venv as desired
pip install .
ANTHROPIC_API_KEY="$API_KEY" python -m prosaic_kernel install --user
jupyter console --kernel prosaic