SharathReddy commited on
Commit
1caaddf
·
verified ·
1 Parent(s): 7b4be74

removed google api key

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ from dotenv import load_dotenv
13
  import os
14
 
15
  # Set the GOOGLE_API_KEY environment variable
16
- os.environ["GOOGLE_API_KEY"] = "AIzaSyBqmjtc0uhcz1cJ_3r5vnWpBzL9UGoeLBA"
17
 
18
 
19
  # Create an instance of GoogleGenerativeAIEmbeddings without specifying the API key
 
13
  import os
14
 
15
  # Set the GOOGLE_API_KEY environment variable
16
+ os.environ["GOOGLE_API_KEY"] = ""
17
 
18
 
19
  # Create an instance of GoogleGenerativeAIEmbeddings without specifying the API key