Use material from 2c6abfceaeb79f4e04233f0e7a83981f232a070e but instead of an interactive program that generates just one set of plots at a time, write a new module that
uses lists of countries and cultures
generates a list of prompts from them, treating both countries and cultures as "types"
sends the prompts to the OpenAI API one by one and generates 100 plots from each prompt
saves the prompts as a data frame including all the variables the API has generated for each completion
processes the data frame to create new columns
-- countries: if a word in the prompt is in the countries list, that word goes in a new countries column.
Write a script that
Use material from 2c6abfceaeb79f4e04233f0e7a83981f232a070e but instead of an interactive program that generates just one set of plots at a time, write a new module that