We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dea19a commit 64e3849Copy full SHA for 64e3849
README.md
@@ -10,14 +10,12 @@ The REST API documentation can be found on [platform.openai.com](https://platfor
10
11
## Installation
12
13
-ℹ️ The `openai` gem is not yet available on [rubygems.org](https://rubygems.org).
14
-
15
To use this gem, install via Bundler by adding the following to your application's `Gemfile`:
16
17
<!-- x-release-please-start-version -->
18
19
```ruby
20
-gem "openai", github: "openai/openai-ruby", branch: "main"
+gem "openai", "~> 0.1.0.pre.beta.2"
21
```
22
23
<!-- x-release-please-end -->
0 commit comments