prompt_template_str = """\ Generate an example album, with an artist and a list of songs. \ Using the movie {movie_name} as inspiration.\ """ output = program(movie_name="The Shining") formatted_prompt = prompt_template_str.format(movie_name="The Shining")
import openai openai.log = "debug"
output_cls.schema()
and that gets shoved into the API call