Method: Openai::Models#initialize
- Defined in:
- lib/openai/models.rb
#initialize ⇒ Models
Returns a new instance of Models.
5 6 7 8 |
# File 'lib/openai/models.rb', line 5 def initialize @path = "/v1/models" super() end |
Returns a new instance of Models.
5 6 7 8 |
# File 'lib/openai/models.rb', line 5 def initialize @path = "/v1/models" super() end |