Released on January 25th, 2023.
Added
- `organization` field to the `OpenAICredentials` - [8](https://github.com/PrefectHQ/prefect-openai/pull/8)
- `interpret_exception` decorator - [11](https://github.com/PrefectHQ/prefect-openai/pull/11)
- `prompt_prefix` and `traceback_tail` keyword args to `interpret_exception` - [14](https://github.com/PrefectHQ/prefect-openai/pull/14)
Changed
- Made `model` to be a `Union[Literal, str]` - [9](https://github.com/PrefectHQ/prefect-openai/pull/9)