Making a quotes generator with GPT-3

Hi,
Recently, i have been trying to create a fine tuned model to generate quotes of a certain person. I have about 110 curated quotes from that person (who is fully okay with this). However, this generator isn’t based on any prompt or inputs, so, as recommended i just leave empty the prompt field on training data. However, is there any better ways, that could fit my use case, or to help the model by giving it “hints” ?

Thanks !

Have you tried one or multi-shot prompting? I’m sure that would work.

You could create a program that randomly picks from the 110 quotes as your examples.