siddh4rth commited on
Commit
a98d978
·
1 Parent(s): 11ac44e

updated app file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ openai.api_key = os.environ["OPENAI-API-KEY"]
7
 
8
  pinecone.init(
9
  api_key=os.environ["PINECONE-API-KEY"],
10
- environment="us-east1-gcp",
11
  )
12
 
13
  limit = 5000
 
7
 
8
  pinecone.init(
9
  api_key=os.environ["PINECONE-API-KEY"],
10
+ environment="asia-southeast1-gcp-free",
11
  )
12
 
13
  limit = 5000