T5 Model for Recipe generation

I’d like to use the t5 model to generate recipes, the dataset has a description for every recipe, but I don’t know what should I put as an input for the network since I’d like to just generate a random unique recipe when I put a text like ‘give me a recipe’ as my input!
I thought of using ‘give me a recipe’ as my input when training for all dataset and output would be the actual recipe, but then how can the model learn the difference and optimize the model!