Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Releases: PrefectHQ/prefect-openai

v0.2.2

29 Nov 19:53
f976b35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.1...v0.2.2

v0.2.1

13 Nov 22:48
eb19638
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

05 Oct 18:12
11faa13
Compare
Choose a tag to compare

What's Changed

  • Add blocks descriptions and cruft update by @ahuang11 in #15
  • Update CODEOWNERS to Open Source GH team by @desertaxle in #22
  • Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.3 by @dependabot in #23
  • Conditional imports to support operating with pydantic>2 installed by @chrisguidry in #26

New Contributors

Full Changelog: v0.1.1...v0.2.0

v0.1.1

25 Jan 20:53
19610b8
Compare
Choose a tag to compare

0.1.1

Released on January 25th, 2023.

Added

  • organization field to the OpenAICredentials - #8
  • interpret_exception decorator - #11
  • prompt_prefix and traceback_tail keyword args to interpret_exception - #14

Changed

  • Made model to be a Union[Literal, str] - #9

v0.1.0

18 Jan 16:09
15dbe97
Compare
Choose a tag to compare

0.1.0

Initial release of prefect-openai 🎉

Released on January 18th, 2022.

Added

  • OpenAICredentials and CompletionModel blocks - #2
  • ImageModel block - #3