v0.3.20
💪 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 #1548
- fix: create source by @sarahwooders in #1553
- feat: patch missing inner thoughts on new openai models by @cpacker in #1562
- fix: fix CLI commands by migrating to Python client by @sarahwooders in #1563
- feat: add character limits for persona/human to /config response by @goetzrobin in #1546
- chore: bump version 0.3.20 by @sarahwooders in #1568
Full Changelog: 0.3.19...0.3.20