I'm trying to generate 9 pre-defined CSV files with AI generated content based on a few prompts. They will be used to populate data in our software.
For example, I want to tell it to generate a set of data for video game companies, and it will generate 1 file with the name of the game, another file with all the different products associated with that game (e.g. XBox, PS5, PC, etc.). It will "invent" all the data. There will probably be about 4-5 prompts needed to classify the data needed in each file, and to tell it how many rows to generate.
I'm struggling to figure this out. Any advice?
Thanks