fix: patch typos in notebooks (#1803)

Co-authored-by: yw5aj <yw5aj@virginia.edu>
This commit is contained in:
Charles Packer
2024-09-30 10:38:35 -07:00
committed by GitHub
parent 622de59fd0
commit e4cfefe993
4 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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)

View File

@@ -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"
]
},
{

View File

@@ -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"
]
},
{