From 614ba8ed73df0b829dee15e730df74ea9ecc64f4 Mon Sep 17 00:00:00 2001 From: Howard Gil Date: Tue, 17 Sep 2024 14:50:41 -0700 Subject: [PATCH] Added dotenv to notebooks --- examples/anthropic_examples/anthropic_example.ipynb | 3 ++- examples/cohere_examples/cohere_example.ipynb | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/anthropic_examples/anthropic_example.ipynb b/examples/anthropic_examples/anthropic_example.ipynb index 1c2cce8a5..f8973e57b 100644 --- a/examples/anthropic_examples/anthropic_example.ipynb +++ b/examples/anthropic_examples/anthropic_example.ipynb @@ -21,7 +21,8 @@ "outputs": [], "source": [ "%pip install -U anthropic\n", - "%pip install -U agentops" + "%pip install -U agentops\n", + "%pip install -U python-dotenv" ] }, { diff --git a/examples/cohere_examples/cohere_example.ipynb b/examples/cohere_examples/cohere_example.ipynb index 1c54fbfd9..7019b65f8 100644 --- a/examples/cohere_examples/cohere_example.ipynb +++ b/examples/cohere_examples/cohere_example.ipynb @@ -21,7 +21,8 @@ "outputs": [], "source": [ "%pip install -U cohere\n", - "%pip install -U agentops" + "%pip install -U agentops\n", + "%pip install -U python-dotenv" ] }, {