Sha256: 84a98053fe3194d6329fa4922e506458136da97862cc0f2e98b0971a1385f5c8

Contents?: true

Size: 455 Bytes

Versions: 1

Compression:

Stored size: 455 Bytes

Contents

# Ruby OpenAI

Please, aways check the original gem: [ruby-openai
](https://github.com/alexrudall/ruby-openai)

## Installation

### Bundler

Add this line to your application's Gemfile:

```ruby
gem 'ruby-openai-transitory-v2', require: 'openai'
```

And then execute:

```bash
$ bundle install
```

### Gem install

Or install with:

```bash
$ gem install ruby-openai-transitory-v2
```

and require with:

```ruby
require "ruby-openai-transitory-v2"
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-openai-transitory-v2-6.5.3 README.md