Maitreyee22 commited on
Commit
10d35c1
·
verified ·
1 Parent(s): 027b018

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -11,8 +11,8 @@ import pandas as pd
11
 
12
 
13
  #Setup API Keys
14
- api_key = os.getenv("OPENAI_API_KEY")
15
- openai_client = openai.api_key = api_key #OpenAI(api_key=api_key)
16
  papi_key = os.getenv("PINECONE_KEY")
17
 
18
  ###Setup Pinecone and create context for the user's query.
 
11
 
12
 
13
  #Setup API Keys
14
+ openai_api_key = os.getenv("OPEN_API_KEY")
15
+ openai_client = OpenAI(api_key=openai_api_key)
16
  papi_key = os.getenv("PINECONE_KEY")
17
 
18
  ###Setup Pinecone and create context for the user's query.