We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afcbc3f commit 0bb01e9Copy full SHA for 0bb01e9
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## v0.3.5 (2023-03-08)
8
+### Fixed
9
+- `status_details` can be a string in file responses. Affects Files and FineTunes resources ([#68](https://github.com/openai-php/client/pull/68))
10
+
11
## v0.3.4 (2023-03-03)
12
### Added
13
- `Audio` resource to turn audio into text powered by `whisper-1` ([#62](https://github.com/openai-php/client/pull/62))
0 commit comments