From c30b5ce8a2bc20b643292c5b0d44c0b128b4b120 Mon Sep 17 00:00:00 2001
From: Dmitrii Khizbullin <32495260+Obs01ete@users.noreply.github.com>
Date: Sun, 3 Mar 2024 12:37:40 +0300
Subject: [PATCH] Update notebooks to the public repo (#9)

---
 README.md                         | 2 +-
 notebooks/demo_custom_agent.ipynb | 3 +--
 notebooks/demo_swarm.ipynb        | 3 +--
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 96e20f1..05c994a 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ At a granular level, GPTSwarm is a library that includes the following component
 **Clone the repo**
 
 ```bash
-git clone --recurse-submodules https://github.com/mczhuge/GPTSwarm.git
+git clone https://github.com/metauto-ai/GPTSwarm.git
 cd GPTSwarm/
 ```
 
diff --git a/notebooks/demo_custom_agent.ipynb b/notebooks/demo_custom_agent.ipynb
index df3c3a7..a66037f 100644
--- a/notebooks/demo_custom_agent.ipynb
+++ b/notebooks/demo_custom_agent.ipynb
@@ -19,7 +19,6 @@
       "source": [
         "from google.colab import userdata\n",
         "import os\n",
-        "os.environ['GITHUB_TOKEN'] = userdata.get('GITHUB_TOKEN')\n",
         "os.environ['OPENAI_API_KEY'] = userdata.get('OPENAI_API_KEY')"
       ]
     },
@@ -31,7 +30,7 @@
       },
       "outputs": [],
       "source": [
-        "!git clone https://$GITHUB_TOKEN@github.com/mczhuge/GPTSwarm.git"
+        "!git clone https://github.com/metauto-ai/GPTSwarm.git"
       ]
     },
     {
diff --git a/notebooks/demo_swarm.ipynb b/notebooks/demo_swarm.ipynb
index a97591e..e6466a2 100644
--- a/notebooks/demo_swarm.ipynb
+++ b/notebooks/demo_swarm.ipynb
@@ -28,7 +28,6 @@
       "source": [
         "from google.colab import userdata\n",
         "import os\n",
-        "os.environ['GITHUB_TOKEN'] = userdata.get('GITHUB_TOKEN')\n",
         "os.environ['OPENAI_API_KEY'] = userdata.get('OPENAI_API_KEY')"
       ],
       "metadata": {
@@ -45,7 +44,7 @@
       },
       "outputs": [],
       "source": [
-        "!git clone https://$GITHUB_TOKEN@github.com/mczhuge/GPTSwarm.git"
+        "!git clone https://github.com/metauto-ai/GPTSwarm.git"
       ]
     },
     {
-- 
GitLab