File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ The underlying REST API documentation can be found on [platform.openai.com](http
1010
1111## Installation
1212
13- To use this gem during the beta , install directly from GitHub with Bundler by adding the following to your application's ` Gemfile ` :
13+ To use this gem, install via Bundler by adding the following to your application's ` Gemfile ` :
1414
1515``` ruby
16- gem " openai" , git: " https://github.com/openai/openai-ruby " , branch: " main "
16+ gem " openai" , " ~> 0.1.0.pre.alpha.2 "
1717```
1818
1919To fetch an initial copy of the gem:
@@ -22,12 +22,6 @@ To fetch an initial copy of the gem:
2222bundle install
2323```
2424
25- To update the version used by your application when updates are pushed to GitHub:
26-
27- ``` sh
28- bundle update openai
29- ```
30-
3125## Usage
3226
3327``` ruby
You can’t perform that action at this time.
0 commit comments