Skip to content

v0.10.0 - Anthropic LLM Support! πŸŽ‰ Improvements and bug fixes

Compare
Choose a tag to compare
@danielchalef danielchalef released this 15 Aug 13:33
· 81 commits to main since this release
6a48901

The Anthropic Claude family of LLMs can now be used as an alternative to OpenAI models for summarization and extraction tasks. πŸŽ‰

What's Changed

Note

An important behavior change: Persisting memory to a soft-deleted session no longer results in an error. Doing so will now undelete the session, but keep the previously deleted memory messages soft-deleted. These will be hard deleted when a Purge task next runs.

Full Changelog: v0.9.1...v0.10.0