- 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**: https://github.com/novex-ai/parallel-parrot/compare/v0.5.1...v0.6.0