From e4cfefe9937d644aed0ce6ad927540ee1e60ad1c Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Mon, 30 Sep 2024 10:38:35 -0700 Subject: [PATCH] fix: patch typos in notebooks (#1803) Co-authored-by: yw5aj --- CONTRIBUTING.md | 2 +- docs/contributing_code.md | 6 +++--- examples/tutorials/local-python-client.ipynb | 2 +- examples/tutorials/python-client.ipynb | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 37ec1f10..709ca15b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ First things first, let's get you a personal copy of Letta to play with. Think o Now, let's bring your new playground to your local machine. ```shell -git clone https://github.com/your-username/Letta.git +git clone https://github.com/your-username/MemGPT.git ``` ### 🧩 Install Dependencies diff --git a/docs/contributing_code.md b/docs/contributing_code.md index 10d8e07d..8aad7e79 100644 --- a/docs/contributing_code.md +++ b/docs/contributing_code.md @@ -12,16 +12,16 @@ Once you have a working copy of the source code, you should be able to modify th > > If you plan on contributing your changes, you should create a fork of the Letta repo and install the source code from your fork. > -> Please see [our contributing guide](https://github.com/cpacker/Letta/blob/main/CONTRIBUTING.md) for instructions on how to install from a fork and open a PR. +> Please see [our contributing guide](https://github.com/cpacker/MemGPT/blob/main/CONTRIBUTING.md) for instructions on how to install from a fork and open a PR. ## Installing Letta from source -**Reminder**: if you plan on opening a pull request to contribute your changes, follow our [contributing guide's install instructions](https://github.com/cpacker/Letta/blob/main/CONTRIBUTING.md) instead! +**Reminder**: if you plan on opening a pull request to contribute your changes, follow our [contributing guide's install instructions](https://github.com/cpacker/MemGPT/blob/main/CONTRIBUTING.md) instead! To install Letta from source, start by cloning the repo: ```sh -git clone git@github.com:cpacker/Letta.git +git clone git@github.com:cpacker/MemGPT.git ``` ### Installing dependencies with poetry (recommended) diff --git a/examples/tutorials/local-python-client.ipynb b/examples/tutorials/local-python-client.ipynb index 0a2f49db..95fcf12b 100644 --- a/examples/tutorials/local-python-client.ipynb +++ b/examples/tutorials/local-python-client.ipynb @@ -18,7 +18,7 @@ "metadata": {}, "outputs": [], "source": [ - "!pip install git+https://github.com/cpacker/Letta.git@tutorials" + "!pip install git+https://github.com/cpacker/MemGPT.git@tutorials" ] }, { diff --git a/examples/tutorials/python-client.ipynb b/examples/tutorials/python-client.ipynb index 9087c632..8a5619eb 100644 --- a/examples/tutorials/python-client.ipynb +++ b/examples/tutorials/python-client.ipynb @@ -26,7 +26,7 @@ "metadata": {}, "outputs": [], "source": [ - "!pip install git+https://github.com/cpacker/Letta.git@tutorials" + "!pip install git+https://github.com/cpacker/MemGPT.git@tutorials" ] }, {