0.8.6
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 ofchoices
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.
- Installing latest magentic version pulls openai version >= 1.26.0 which includes
Chores
Full Changelog: 0.8.5...0.8.6