Skip to content

3.3.0

Compare
Choose a tag to compare
@alexrudall alexrudall released this 15 Feb 18:56
· 688 commits to main since this release
904b5ab

Changed

  • Replace ::Ruby::OpenAI namespace with ::OpenAI - thanks @kmcphillips for this work!
  • To upgrade, change require 'ruby/openai' to require 'openai' and change all references to Ruby::OpenAI to OpenAI.