Skip to content

Commit

Permalink
add openai dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
areibman committed Jun 11, 2024
1 parent ad14433 commit 6156b26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/multion/Autonomous_web_browsing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"source": [
"# Install dependencies\n",
"%pip install multion\n",
"%pip install agentops"
"%pip install agentops\n",
"%pip install openai"
]
},
{
Expand Down
3 changes: 2 additions & 1 deletion examples/multion/Sample_browsing_agent.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"source": [
"# Install dependencies\n",
"%pip install multion\n",
"%pip install agentops"
"%pip install agentops\n",
"%pip install openai"
]
},
{
Expand Down

0 comments on commit 6156b26

Please sign in to comment.