Skip to content

0.8.6

Compare
Choose a tag to compare
@kxtran kxtran released this 29 May 17:54
· 66 commits to main since this release
5e43358

What's Changed

Bug fixes

  • Update parsing async openai streaming response logic by @kxtran in #167
    • Installing latest magentic version pulls openai version >= 1.26.0 which includes usage block and an empty array list of choices for streaming response which caused the parsing logic to run into exception. So the fix is to handle the new streaming responses and improve the code quality to be more robust.

Chores

Full Changelog: 0.8.5...0.8.6