From 9fc4dedd7bc94fcb41f1e7b390003ef092b4e9d5 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Fri, 1 Dec 2023 11:36:01 -0800 Subject: [PATCH] Update autogen.md --- docs/autogen.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/autogen.md b/docs/autogen.md index 6239349a..60e5105b 100644 --- a/docs/autogen.md +++ b/docs/autogen.md @@ -8,9 +8,9 @@ If you are using OpenAI, you can also run it using the [example notebook](https://github.com/cpacker/MemGPT/blob/main/memgpt/autogen/examples/memgpt_coder_autogen.ipynb). -In the next section, we detail how to set up MemGPT and Autogen to run with local LLMs. +In the next section, we detail how to set up MemGPT and AutoGen to run with local LLMs. -## Example: connecting Autogen + MemGPT to non-OpenAI LLMs +## Example: connecting AutoGen + MemGPT to non-OpenAI LLMs To get MemGPT to work with a local LLM, you need to have an LLM running on a server that takes API requests.