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
+ ## [ 3.7.0] - 2023-03-25
9
+
10
+ ### Added
11
+
12
+ - Allow the usage of proxy base URIs like https://www.helicone.ai/ . Thanks to [ @mmmaia ] ( https://github.com/mmmaia ) for the PR!
13
+
8
14
## [ 3.6.0] - 2023-03-22
9
15
10
16
### Added
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- ruby-openai (3.6 .0 )
4
+ ruby-openai (3.7 .0 )
5
5
httparty (>= 0.18.1 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change 1
1
module OpenAI
2
- VERSION = "3.6 .0" . freeze
2
+ VERSION = "3.7 .0" . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments