From 3c8e363177a6f4c763261eb16408dc0419f5af0d Mon Sep 17 00:00:00 2001 From: Howard Gil Date: Thu, 25 Jul 2024 23:56:18 -0700 Subject: [PATCH] Added upgrade to notebooks. Removed extra notebook --- examples/multion/Autonomous_web_browsing.ipynb | 8 ++++---- examples/multion/Sample_browsing_agent.ipynb | 8 ++++---- examples/multion/Step_by_step_web_browsing.ipynb | 6 +++--- examples/multion/Webpage_data_retrieval.ipynb | 4 ++-- examples/multion/retrieve.ipynb | 0 5 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 examples/multion/retrieve.ipynb diff --git a/examples/multion/Autonomous_web_browsing.ipynb b/examples/multion/Autonomous_web_browsing.ipynb index da0ea3bca..10c78d1d6 100644 --- a/examples/multion/Autonomous_web_browsing.ipynb +++ b/examples/multion/Autonomous_web_browsing.ipynb @@ -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" ] }, { @@ -202,7 +202,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.5" + "version": "3.12.3" } }, "nbformat": 4, diff --git a/examples/multion/Sample_browsing_agent.ipynb b/examples/multion/Sample_browsing_agent.ipynb index 454bddfbd..ef964bffc 100644 --- a/examples/multion/Sample_browsing_agent.ipynb +++ b/examples/multion/Sample_browsing_agent.ipynb @@ -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" ] }, { @@ -163,7 +163,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.5" + "version": "3.12.3" } }, "nbformat": 4, diff --git a/examples/multion/Step_by_step_web_browsing.ipynb b/examples/multion/Step_by_step_web_browsing.ipynb index e0a8b7cf1..652a867fb 100644 --- a/examples/multion/Step_by_step_web_browsing.ipynb +++ b/examples/multion/Step_by_step_web_browsing.ipynb @@ -18,8 +18,8 @@ "metadata": {}, "outputs": [], "source": [ - "%pip install multion\n", - "%pip install agentops" + "%pip install -U multion\n", + "%pip install -U agentops" ] }, { @@ -210,7 +210,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.5" + "version": "3.12.3" } }, "nbformat": 4, diff --git a/examples/multion/Webpage_data_retrieval.ipynb b/examples/multion/Webpage_data_retrieval.ipynb index 348788c75..352090aa0 100644 --- a/examples/multion/Webpage_data_retrieval.ipynb +++ b/examples/multion/Webpage_data_retrieval.ipynb @@ -18,8 +18,8 @@ "metadata": {}, "outputs": [], "source": [ - "%pip install multion\n", - "%pip install agentops" + "%pip install -U multion\n", + "%pip install -U agentops" ] }, { diff --git a/examples/multion/retrieve.ipynb b/examples/multion/retrieve.ipynb deleted file mode 100644 index e69de29bb..000000000