From 438d8e8ceeca8fbfb8444e7ba6b2f15d209ad2ba Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Wed, 1 Nov 2023 16:46:08 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 66473361..404ccbc6 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,8 @@ export AZURE_OPENAI_DEPLOYMENT = ... export AZURE_OPENAI_EMBEDDINGS_DEPLOYMENT = ... ``` +Note: your Azure endpoint must support functions or you will get an error. See https://github.com/cpacker/MemGPT/issues/91 for more information. + #### Custom Endpoints To use custom endpoints, run `export OPENAI_API_BASE=` and then re-run `memgpt configure` to set the custom endpoint as the default endpoint.