Skip to content

Commit 6ddaa9e

Browse files
ms-jpqstainless-app[bot]
authored andcommitted
chore: update readme with temporary install instructions
1 parent e70ddfe commit 6ddaa9e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ The REST API documentation can be found on [platform.openai.com](https://platfor
1010

1111
## Installation
1212

13+
ℹ️ The `openai` gem is not yet available on [rubygems.org](https://rubygems.org).
14+
1315
To use this gem, install via Bundler by adding the following to your application's `Gemfile`:
1416

1517
<!-- x-release-please-start-version -->
1618

1719
```ruby
18-
gem "openai", "~> 0.1.0.pre.alpha.4"
20+
gem "openai", github: "openai/openai-ruby", branch: "main"
1921
```
2022

2123
<!-- x-release-please-end -->

0 commit comments

Comments
 (0)