From bdcc4d79a43e607413f1aab9bcf295d473354eec Mon Sep 17 00:00:00 2001 From: Charles Packer Date: Wed, 18 Oct 2023 15:17:20 -0700 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6b6aa9fd..130e9da7 100644 --- a/README.md +++ b/README.md @@ -218,16 +218,15 @@ MemGPT also enables you to chat with docs -- try running this example to talk to ## Support -* By default MemGPT will use `gpt-4`, so your API key will require `gpt-4` API access. - If you have any further questions, or have anything to share, we are excited to hear your feedback! -* For issues and feature requests, please [open a GitHub issue](https://github.com/cpacker/MemGPT/issues). +* By default MemGPT will use `gpt-4`, so your API key will require `gpt-4` API access +* For issues and feature requests, please [open a GitHub issue](https://github.com/cpacker/MemGPT/issues) or message us on our `#support` channel on [Discord](https://discord.gg/9GEQrxmVyE) ## Datasets Datasets used in our [paper](https://arxiv.org/abs/2310.08560) can be downloaded at [Hugging Face](https://huggingface.co/MemGPT). -## Project Roadmap +## 🚀 Project Roadmap - [x] Release MemGPT Discord bot demo (perpetual chatbot) - [x] Add additional workflows (load SQL/text into MemGPT external context) - [ ] CLI UI improvements