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
10
10
11
11
## Installation
12
12
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 ` :
14
14
15
15
``` ruby
16
- gem " openai" , git: " https://github.com/openai/openai-ruby " , branch: " main "
16
+ gem " openai" , " ~> 0.1.0.pre.alpha.2 "
17
17
```
18
18
19
19
To fetch an initial copy of the gem:
@@ -22,12 +22,6 @@ To fetch an initial copy of the gem:
22
22
bundle install
23
23
```
24
24
25
- To update the version used by your application when updates are pushed to GitHub:
26
-
27
- ``` sh
28
- bundle update openai
29
- ```
30
-
31
25
## Usage
32
26
33
27
``` ruby
You can’t perform that action at this time.
0 commit comments