Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@imclerran imclerran released this 08 Oct 17:52
· 45 commits to main since this release
74ded16

Headline Feature: Prompt Caching!

The big change for this version is the addition of prompt caching! This update requires one additional argument to be passed to the append message functions: appendUserMessage, appendSystemMessage, and appendAssistantMessage.

The new argument is a record containing an optional field cached, which defaults to false. Simply adding an empty record will suffice to migrate existing code.

What's Changed

Full Changelog: v0.6.1...v0.7.0