Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

v1.3.1

Compare
Choose a tag to compare
@om4james om4james released this 23 Feb 07:55
· 24 commits to main since this release
c4809f7

Added

  • Add support for PHPUnit v9.6.x and v10.x.

Changed

  • Remove id and model required properties from the Tectalic\OpenAi\Models\Edits\CreateResponse model, as they are no longer returned by OpenAI's API.
  • Improve compatibility with the php-http/discovery package v1.15.0 and newer.
  • Use Fully Qualified Class Names for Examples in Readme.
  • Update Copyright year.

Fixed

  • Fix Response body parse failed error when retrieving a Model response from the Edits::create() handler and method.
  • Fix incorrect Error handling example in Readme.

Full Changelog: v1.3.0...v1.3.1