You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
deployment_name='REPLACE_WITH_YOUR_DEPLOYMENT_NAME'#This will correspond to the custom name you chose for your deployment when you deployed a model.
110
+
deployment_name='REPLACE_WITH_YOUR_DEPLOYMENT_NAME'#This will correspond to the custom name you chose for your deployment when you deployed a model. Use a gpt-35-turbo-instruct deployment.
111
111
112
112
# Send a completion call to generate an answer
113
113
print('Sending a test completion job')
114
114
start_phrase ='Write a tagline for an ice cream shop. '
0 commit comments