Quickstart with GPT3

connect with gpt3 and try out some things. This notebook was created by following the great ML Tutorials videos

Example

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
prompt = 'Whats a good tagline for champaign'

text_response = ask_gpt3(prompt)
print(text_response)
Taste the feeling