From f4c7dcd41f22ea524446e648f6cab6439201a723 Mon Sep 17 00:00:00 2001 From: dogisgreat Date: Thu, 22 May 2025 17:34:02 -0400 Subject: [PATCH] chore: update README for public release --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e2e3ace6..b41757d9 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,12 @@ The REST API documentation can be found on [platform.openai.com](https://platfor ## Installation -ℹ️ The `openai` gem is not yet available on [rubygems.org](https://rubygems.org). - To use this gem, install via Bundler by adding the following to your application's `Gemfile`: ```ruby -gem "openai", github: "openai/openai-ruby", branch: "main" +gem "openai", "~> 0.1.0.pre.beta.2" ```