File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,14 @@ 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.6.2 (2023-06-23)
8
+ ### Changed
9
+ - Error handling: use error code as exception message if error message is empty ([ #150 ] ( https://github.com/openai-php/client/pull/150 ) )
10
+
11
+ ### Fixed
12
+ - Error handling: Catch error in stream responses ([ #150 ] ( https://github.com/openai-php/client/pull/150 ) )
13
+ - Error handling: Handle errors where message is an array ([ #150 ] ( https://github.com/openai-php/client/pull/150 ) )
14
+
7
15
## v0.6.1 (2023-06-15)
8
16
### Fixed
9
17
- Chat/CreateResponse faking with function_call ([ #145 ] ( https://github.com/openai-php/client/issues/145 ) )
You can’t perform that action at this time.
0 commit comments