Retrieve AI generated product association

POST {{openAIUrl}}/completions

Creates a completion for the provided prompt and parameters.

Request Body

{"model"=>"gpt-3.5-turbo-instruct", "prompt"=>"Company {{company}} is mostly known for the following product: ", "max_tokens"=>10, "frequency_penalty"=>-2, "temperature"=>0.7}