Skip to content

0.2.8

Compare
Choose a tag to compare
@sarahwooders sarahwooders released this 22 Dec 18:04
· 1063 commits to main since this release
f4e1c13

This release includes major updates to help it get easier to get started with MemGPT!
Note: release 0.2.8 superseded by bugfix release 0.2.9

🎄 Free MemGPT Hosted Endpoints

MemGPT now can be used with hosted LLM and embedding endpoints, which are free and do not require an access key! The LLM endpoint is running a variant of the newly released Mixtral model - specifically Dolphin 2.5 Mixtral 8x7b 🐬!

Since the endpoint is still in beta, please expect occasional downtime. You can check for uptime at https://status.memgpt.ai.

⚡ Quickstart Configuration

You can automatically configure MemGPT (for the MemGPT endpoints and OpenAI) with quickstart commands:

# using MemGPT free endpoint 
> memgpt quickstart --latest

# using OpenAI endpoint 
> memgpt quickstart  --latest --backend openai

This will set default options in the file ~/.memgpt/config which you can also modify with advanced options in memgpt configure.

📖 Documentation Updates

MemGPT's documentation has migrated to https://memgpt.readme.io.

✍️ Full Change Log

👋 New Contributors

Full Changelog: 0.2.7...0.2.8