From fc6c8423cdc7bc6b306431ccaeda2e2d3126c197 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 22 May 2024 18:00:13 -0700 Subject: [PATCH] docs: Update README.md (#1403) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23a03a26..c0f2875a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ MemGPT makes it easy to build and deploy stateful LLM agents with support for: * Connections to [external data sources](https://memgpt.readme.io/docs/data_sources) (e.g. PDF files) for RAG * Defining and calling [custom tools](https://memgpt.readme.io/docs/functions) (e.g. [google search](https://github.com/cpacker/MemGPT/blob/main/examples/google_search.py)) -You can also use MemGPT to depoy agents as a *service*. You can use a MemGPT server to run a multi-user, multi-agent application on top of supported LLM providers. +You can also use MemGPT to deploy agents as a *service*. You can use a MemGPT server to run a multi-user, multi-agent application on top of supported LLM providers. image