Releases: trevorwang/openai_dart
Releases · trevorwang/openai_dart
0.3.7
What's Changed
- Fix/thread run model by @Defuera in #29
- update dart runtime matrix by @trevorwang in #30
- fix #27 by @trevorwang in #31
Full Changelog: 0.3.6...0.3.7
0.3.6: Feat/assistant beta (#22)
* feat: Introduce Thread model and createThread API method * feat: Introduce addThreadMessage method * feat: Add the rest of the models and calls for Assistant Thread API * refactor: Rename Trascription to TraNscription * feat: Add documentation * chore: Update CHANGELOG.md
0.3.5
fix: export CancelledException & TimeoutCancellationToken;
0.3.4
fix: show CancellationToken
0.3.3
Update README.md (#20)
0.3.2
feat: add finish details to delta object
0.3.1
test: fix unit test error
0.3.0
docs: update changelog
0.2.2
fix: remove unused code
0.2.1
fix: fix baseUrl issue