Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ The underlying REST API documentation can be found on [platform.openai.com](http

## Installation

To use this gem during the beta, install directly from GitHub with Bundler by adding the following to your application's `Gemfile`:
To use this gem, install via Bundler by adding the following to your application's `Gemfile`:

```ruby
gem "openai", git: "https://github.com/openai/openai-ruby", branch: "main"
gem "openai", "~> 0.1.0.pre.alpha.2"
```

To fetch an initial copy of the gem:
Expand All @@ -22,12 +22,6 @@ To fetch an initial copy of the gem:
bundle install
```

To update the version used by your application when updates are pushed to GitHub:

```sh
bundle update openai
```

## Usage

```ruby
Expand Down