Skip to content

Commit

Permalink
Added upgrade to notebooks. Removed extra notebook (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
HowieG authored Jul 26, 2024
1 parent f913967 commit c8ae0e9
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions examples/multion/Autonomous_web_browsing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"outputs": [],
"source": [
"# Install dependencies\n",
"%pip install multion\n",
"%pip install agentops\n",
"%pip install openai"
"%pip install -U multion\n",
"%pip install -U agentops\n",
"%pip install -U openai"
]
},
{
Expand Down Expand Up @@ -202,7 +202,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down
8 changes: 4 additions & 4 deletions examples/multion/Sample_browsing_agent.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"outputs": [],
"source": [
"# Install dependencies\n",
"%pip install multion\n",
"%pip install agentops\n",
"%pip install openai"
"%pip install -U multion\n",
"%pip install -U agentops\n",
"%pip install -U openai"
]
},
{
Expand Down Expand Up @@ -163,7 +163,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down
6 changes: 3 additions & 3 deletions examples/multion/Step_by_step_web_browsing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install multion\n",
"%pip install agentops"
"%pip install -U multion\n",
"%pip install -U agentops"
]
},
{
Expand Down Expand Up @@ -210,7 +210,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.5"
"version": "3.12.3"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions examples/multion/Webpage_data_retrieval.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install multion\n",
"%pip install agentops"
"%pip install -U multion\n",
"%pip install -U agentops"
]
},
{
Expand Down
Empty file removed examples/multion/retrieve.ipynb
Empty file.

0 comments on commit c8ae0e9

Please sign in to comment.