This repository has been archived by the owner on Oct 23, 2023. It is now read-only.
v1.3.1
Added
- Add support for PHPUnit v9.6.x and v10.x.
Changed
- Remove
id
andmodel
required properties from theTectalic\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 theEdits::create()
handler and method. - Fix incorrect Error handling example in Readme.
Full Changelog: v1.3.0...v1.3.1