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.