Method: Langchain::LLM::BaseResponse#model

Defined in:
lib/langchain/llm/response/base_response.rb

#modelObject (readonly)

Returns the value of attribute model.


6
7
8
# File 'lib/langchain/llm/response/base_response.rb', line 6

def model
  @model
end