Skip to content

Commit

Permalink
Added dotenv to notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
HowieG committed Sep 17, 2024
1 parent 51433d9 commit 614ba8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/anthropic_examples/anthropic_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion examples/cohere_examples/cohere_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
},
{
Expand Down

0 comments on commit 614ba8e

Please sign in to comment.