Skip to content

v0.6.0

Choose a tag to compare

@phlogisticfugu phlogisticfugu released this 28 Sep 16:11
· 54 commits to main since this release
  • permits a new OpenAI configuration parameter: token_limit_mode which can be used to auto-truncate prompts
    when necessary, using exact token arithmetic
  • uses df.iloc to reduce copying of source data, reducing memory consumption
  • uses asyncio-anywhere to decouple async hackery
  • increases timeouts for complex requests
  • refactors code to be more DRY
  • updates documentation with link to blog post

Full Changelog: v0.5.1...v0.6.0