class RubyLLM::Chat

def with_temperature(temperature)

def with_temperature(temperature)
  @temperature = temperature
  self
end