diff --git a/gen-ai/01-idp-genai-bedrock.ipynb b/gen-ai/01-idp-genai-bedrock.ipynb index cff7cff..f2b4f80 100644 --- a/gen-ai/01-idp-genai-bedrock.ipynb +++ b/gen-ai/01-idp-genai-bedrock.ipynb @@ -137,6 +137,16 @@ "Summarize large pieces of text from a document into smaller, more coincise explanations. In this block we will perform a single page summary." ] }, + { + "cell_type": "code", + "execution_count": null, + "id": "d80f54e8", + "metadata": {}, + "outputs": [], + "source": [ + "!pip install anthropic" + ] + }, { "cell_type": "code", "execution_count": 28,