Send list of articles to openai to generate new ideas of articles in the same category?

What we have is a big list of articles, and we want to let OpenAI help define gaps in this data and even generate ideas for new articles. See it as a list of 50 articles with titles and descriptions. We want to send this to OpenAI to let AI come up with ideas for articles we are missing in this category.

The mean questions i have is:

  1. Can we do this with Openai?
  2. How can we send this data to openai?
  3. What model is the best to help us out to get the desired result?

thanks a lot!

Yes you can do that. As to model or method depending on how much programming you want to do you can either use the GPT assistant with uploading through the api the files for understanding. alternate you can build your own vector, or chucker system and process with smaller models at a fraction of the costs but requires more programming on your end.

you can also do just using the chatgpt interface one at a time but at a static cost.