Is there way to use the OpenAI / ChatGPT models for Data predictions based on the previous conversations or custom data.
For example, the data we pass to OpenAI API contains customer and the products purchased by the customers on different years/dates and amounts. based on this data, we need a prediction about the customer requirement and product purchase capacity.
Also, Model should capable of finding the best customers among customers and help up-selling / promoting the relevant products to them in a better price.
any of your ideas / help are much appreciated!