From f49771014d99c8cdcd58f9450c65090cdaa4a22b Mon Sep 17 00:00:00 2001 From: Ibrahim H Date: Sat, 30 Dec 2023 19:16:19 +0100 Subject: [PATCH] Update Ecosystem.md (#1104) Fix: memgpt link --- website/docs/Ecosystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/Ecosystem.md b/website/docs/Ecosystem.md index 6384fd2bc..eec567d44 100644 --- a/website/docs/Ecosystem.md +++ b/website/docs/Ecosystem.md @@ -9,4 +9,4 @@ This page lists libraries that have integrations with Autogen for LLM applicatio MemGPT enables LLMs to manage their own memory and overcome limited context windows. You can use MemGPT to create perpetual chatbots that learn about you and modify their own personalities over time. You can connect MemGPT to your own local filesystems and databases, as well as connect MemGPT to your own tools and APIs. The MemGPT + AutoGen integration allows you to equip any AutoGen agent with MemGPT capabilities. -- [MemGPT + AutoGen Documentation with Code Examples](https://memgpt.readthedocs.io/en/latest/autogen/) +- [MemGPT + AutoGen Documentation with Code Examples](https://memgpt.readme.io/docs/autogen)