Skip to content

0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 16:23
· 147 commits to development since this release

Features:

  • added integration tests for max_tokens and stop sequence parameters (#23)
  • allowed empty messages in each language model (#23)
  • supported history truncation via max_prompt_tokens and discarded_messages parameters (#23)
  • supported streaming for Titan and Claude (#23)

Fixes:

  • used number of bytes as token count estimator for AI21 and AWS Titan (#23)
  • fixed AI21 temperature setting (#23)
  • removed Assistant prefix occasionally generated by Titan (#23)