File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## v0.7.0 (2023-08-29)
8
+ ### Added
9
+ - Add support for the fine-tuning API ([ #199 ] ( https://github.com/openai-php/client/pull/199 ) )
10
+ - Provide access to header / meta information for all responses ([ #195 ] ( https://github.com/openai-php/client/pull/195 ) )
11
+
12
+ ### Changed
13
+ - Mark ` FineTunes ` resource as deprecated
14
+ - Mark ` Edits ` resource as deprecated
15
+ - Add missing moderation enums ([ #178 ] ( https://github.com/openai-php/client/pull/178 ) )
16
+
17
+ ### Fixed
18
+ - Chat completion create response with function calling on Azure ([ #184 ] ( https://github.com/openai-php/client/pull/184 ) )
19
+ - Breaking change on OpenAI API regarding "transient" field in Audio translations ([ #168 ] ( https://github.com/openai-php/client/pull/168 ) )
20
+ - Docs: fix OpenAI URL
21
+
7
22
## v0.6.3 (2023-07-07)
8
23
### Fixed
9
24
- Breaking change on OpenAI API regarding "transient" field in Audio ([ #160 ] ( https://github.com/openai-php/client/pull/160 ) )
You can’t perform that action at this time.
0 commit comments