Method: OpenAI::Model::Assistant#model

Defined in:
lib/openai/models/assistant.rb

#modelString (readonly)

Returns ID of the model to use.

Returns:

  • (String)

    ID of the model to use.



22
23
24
# File 'lib/openai/models/assistant.rb', line 22

def model
  @model
end