Suggest three alternative titles with a better marketing copy
Suggest three alternative titles with a better marketing copy for the following blog.
The tone of the alternative titles is: Inspirational
Blog Title: Learning to Play Chess
Alternative Blog Titles:
1. "How I Learned to Play Chess and You Can, Too!"
2. "Chess: A Game of Strategy and Intrigue"
3. "The Beginner's Guide to Chess"
import cohereco = cohere.Client('{apiKey}')response = co.generate(model='',prompt='Suggest three alternative titles with a better marketing copy for the following blog.\n\nThe tone of the alternative titles is: Inspirational\n\nBlog Title: Learning to Play Chess\n\nAlternative Blog Titles:',max_tokens=50,temperature=0.9,k=0,p=0.76,frequency_penalty=0,presence_penalty=0,stop_sequences=[],return_likelihoods='NONE',language='en')print('Prediction: {}'.format(response.generations[0].text))
model_size | command xlarge |
frequency_penalty | 0 |
k | 0 |
max_tokens | 50 |
p | 0.76 |
presence_penalty | 0 |
temperature | 0.9 |