module OpenAI::HTTPHeaders
def openai_headers
def openai_headers { "Content-Type" => "application/json", "Authorization" => "Bearer #{@access_token}", "OpenAI-Organization" => @organization_id }.compact end
def openai_headers { "Content-Type" => "application/json", "Authorization" => "Bearer #{@access_token}", "OpenAI-Organization" => @organization_id }.compact end