Create a product description given keywords and a product name
Write a creative product description for a wireless headphone product named the CO-1T, with the keywords "bluetooth", "wireless", "fast charging" for a software developer who works in noisy offices, and describe benefits of this product.
The CO-1T is a wireless headphone product that uses Bluetooth technology to connect to your devices. It has a long battery life and can be quickly charged using the included USB cable. The headphone is lightweight and comfortable, ideal for long periods of use. It has a built-in microphone for making calls, and a button to control the volume. The CO-1T is a great choice for anyone looking for a wireless headphone product with great battery life.
import cohereco = cohere.Client('{apiKey}')response = co.generate(model='command-xlarge-20221108',prompt='Write a creative product description for a wireless headphone product named the CO-1T, with the keywords \"bluetooth\", \"wireless\", \"fast charging\" for a software developer who works in noisy offices, and describe benefits of this product.',max_tokens=200,temperature=0.9,k=0,p=1,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 | 200 |
p | 1 |
presence_penalty | 0 |
temperature | 0.9 |