class Lammy::OpenAI

def stream_content(chunk)

def stream_content(chunk)
  chunk.dig('choices', 0, 'delta', 'content')
end