How to use Cache with message API

How to use the use_cache=False into the generate() method when using the client message API? I’m trying to generate 300 small essays of 350 words and generation is very repetitive. My prompt is 90% static but 10% changes for each generation.
Thanks
Bruno

1 Like