Method: OpenAI::Resources::Models#initialize
- Defined in:
- lib/openai/resources/models.rb
#initialize(client:) ⇒ Models
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns a new instance of Models.
71 72 73 |
# File 'lib/openai/resources/models.rb', line 71 def initialize(client:) @client = client end |