From 37736210e0b033543291d828b4db357f38e91a33 Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Thu, 9 Nov 2023 09:38:35 -0800 Subject: [PATCH] Update webui.md turn emoji warning into markdown warning --- docs/webui.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/webui.md b/docs/webui.md index a5219ad921..9bb5da0027 100644 --- a/docs/webui.md +++ b/docs/webui.md @@ -1,8 +1,10 @@ ### MemGPT + web UI -⁉️ If you have problems getting WebUI setup, please use the [official web UI repo for support](https://github.com/oobabooga/text-generation-webui)! There will be more answered questions about web UI there vs here on the MemGPT repo. +!!! warning "Important web UI settings" -⁉️ 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, unless you are running [MemGPT+Autogen](https://github.com/cpacker/MemGPT/tree/main/memgpt/autogen) with non-MemGPT agents. + If you have problems getting WebUI setup, please use the [official web UI repo for support](https://github.com/oobabooga/text-generation-webui)! There will be more answered questions about web UI there vs here on the MemGPT repo. + + 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, unless you are running [MemGPT+Autogen](https://github.com/cpacker/MemGPT/tree/main/memgpt/autogen) with non-MemGPT agents. To get MemGPT to work with a local LLM, you need to have the LLM running on a server that takes API requests.