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
# if you saved the key under a different environment variable name, you can do something like:
client = OpenAI(
api_key="<Your API Key Here>",
)
command = '''
HERE YOUR CONVERSATION WILL APPEAR
'''
completion = client.chat.completions.create(
model="gpt-3.5-turbo",
messages=[
{"role": "system", "content": "You are a person named harry who speaks hindi as well as english. He is from India and is a coder. You analyze chat history and respond like Harry"},