diff --git a/memgpt/local_llm/README.md b/memgpt/local_llm/README.md index a200c664..ff5d740e 100644 --- a/memgpt/local_llm/README.md +++ b/memgpt/local_llm/README.md @@ -20,7 +20,7 @@ When using open LLMs with MemGPT, **the main failure case will be your LLM outpu

🖥️ Serving your LLM from a web server (WebUI example)

-⁉️ Do **NOT** enable any extensions in web UI, including the openai extension! Just run web UI as-is +⁉️ Do **NOT** enable any extensions in web UI, including the [openai extension](https://github.com/oobabooga/text-generation-webui/tree/main/extensions/openai)! Just run web UI as-is To get MemGPT to work with a local LLM, you need to have the LLM running on a server that takes API requests.