prompt = 'Whats a good tagline for champaign'
text_response = ask_gpt3(prompt)
print(text_response)Taste the feeling
Lets ask GPT3 to create some text for us!
-First we write a prompt to send to the model
-Then the model creates text for us based on the prompt