module OpenAI::HTTPHeaders

def azure_headers

def azure_headers
  {
    "Content-Type" => "application/json",
    "api-key" => @access_token
  }
end