0.3.20
版本发布时间: 2024-07-26 00:58:41
cpacker/MemGPT最新发布版本:0.4.0(2024-09-11 12:41:54)
💪 Performance improvements for gpt-4o
and gpt-4o-mini
Improved compatibility with gpt-4o
and gpt-4o-mini
models: We updated the prompt format for weaker models so that the inner thoughts of the agents are properly generated (previously, these models could only generate None
for inner thoughts).
🐛 Bugfixes for the CLI
Fixed issues with creating, listing and deleting humans and personas.
What's Changed
- fix: fix bug in migration script memory for 0.3.18 by @sarahwooders in https://github.com/cpacker/MemGPT/pull/1548
- fix: create source by @sarahwooders in https://github.com/cpacker/MemGPT/pull/1553
- feat: patch missing inner thoughts on new openai models by @cpacker in https://github.com/cpacker/MemGPT/pull/1562
- fix: fix CLI commands by migrating to Python client by @sarahwooders in https://github.com/cpacker/MemGPT/pull/1563
- feat: add character limits for persona/human to /config response by @goetzrobin in https://github.com/cpacker/MemGPT/pull/1546
- chore: bump version 0.3.20 by @sarahwooders in https://github.com/cpacker/MemGPT/pull/1568
Full Changelog: https://github.com/cpacker/MemGPT/compare/0.3.19...0.3.20