class OpenAI::Client

def embeddings(parameters: {})

def embeddings(parameters: {})
  json_post(path: "/embeddings", parameters: parameters)
end