File: compatibility.rb

package info (click to toggle)
ruby-ruby-openai 3.7.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: ruby: 243; makefile: 4; sh: 4
file content (9 lines) | stat: -rw-r--r-- 197 bytes parent folder | download
1
2
3
4
5
6
7
8
9
module Ruby
  module OpenAI
    VERSION = ::OpenAI::VERSION

    Error = ::OpenAI::Error
    ConfigurationError = ::OpenAI::ConfigurationError
    Configuration = ::OpenAI::Configuration
  end
end