Skip to content

v1.2.2

Latest
Compare
Choose a tag to compare
@B0-B B0-B released this 03 Jul 13:57
· 1 commit to main since this release

blowtorch 1.2.2

Release Updates

  • Added automated context-length detection to stdout so the user is always aware about the current context length.
  • Automated context trimming: If the current aggregated context is too long for the context length the auto_trim=True argument (can be called in client init or config) will ensure the most recent context which does not overflow the allowed length. Otherwise users are prone to run into errors like this.
  • Added cut_unfinished argument to client. If enabled all outputs will be truncated to the last fulfilled sentence, unfinished sentences will be cutoff.