Generate an ad copy following the AIDA Framework
Generate an ad copy for the product: Wireless Earbuds.
The copy consists of four parts, following the AIDA Framework.
1 - Attention
2 - Interest
3 - Desire
4 - Action
The copy for each part is clear and concise.
1 - Attention: "Looking for a pair of wireless earbuds?"
2 - Interest: "These earbuds are perfect for working out."
3 - Desire: "You can use these earbuds to listen to music or take calls."
4 - Action: "Buy these earbuds today!"
import cohereco = cohere.Client('{apiKey}')response = co.generate(model='command-xlarge-20221108',prompt='Generate an ad copy for the product: Wireless Earbuds.\n\nThe copy consists of four parts, following the AIDA Framework. \n1 - Attention\n2 - Interest\n3 - Desire\n4 - Action\n\nThe copy for each part is clear and concise.',max_tokens=150,temperature=0.3,k=0,p=0.95,frequency_penalty=0,presence_penalty=0,stop_sequences=[],return_likelihoods='NONE')print('Prediction: {}'.format(response.generations[0].text))
model_size | command xlarge |
frequency_penalty | 0 |
k | 0 |
max_tokens | 150 |
p | 0.95 |
presence_penalty | 0 |
temperature | 0.3 |