File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.3.0] - 2021-04-18
9
+
10
+ ### Added
11
+
12
+ - Add Client#classifications endpoint to predict the most likely labels based on example a file.
13
+
8
14
## [ 1.2.2] - 2021-04-18
9
15
10
16
### Changed
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- ruby-openai (1.2.2 )
4
+ ruby-openai (1.3.0 )
5
5
dotenv (~> 2.7.6 )
6
6
httparty (~> 0.18.1 )
7
7
Original file line number Diff line number Diff line change 1
1
module Ruby
2
2
module OpenAI
3
- VERSION = "1.2.2 " . freeze
3
+ VERSION = "1.3.0 " . freeze
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments