From cbbe8a3ce6844ace409b1c4ad35dca4485a462f2 Mon Sep 17 00:00:00 2001 From: Vivian Fang Date: Mon, 23 Oct 2023 01:09:44 -0700 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 347dc39f..f85e8d72 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,9 @@ python main.py --model gpt-3.5-turbo Please report any bugs you encounter regarding MemGPT running on GPT-3.5 to https://github.com/cpacker/MemGPT/issues/59. +### Local LLM support +You can run MemGPT with local LLMs too. See [instructions here](/memgpt/local_llm) and report any bugs/improvements here https://github.com/cpacker/MemGPT/discussions/67. + ### `main.py` flags ```text