ombhojane commited on
Commit
18197f6
1 Parent(s): 1df0340

Update CertificationScreen.py

Browse files
Files changed (1) hide show
  1. CertificationScreen.py +1 -1
CertificationScreen.py CHANGED
@@ -18,7 +18,7 @@ from langchain_google_genai import GoogleGenerativeAIEmbeddings
18
 
19
 
20
  if "GOOGLE_API_KEY" not in os.environ:
21
- os.environ["GOOGLE_API_KEY"] = "AIzaSyDq6E6KohMPXr2BRKAw8w6bDNFC5xLkHp0"
22
 
23
 
24
 
 
18
 
19
 
20
  if "GOOGLE_API_KEY" not in os.environ:
21
+ os.environ["GOOGLE_API_KEY"] = "AIzaSyDidbVQLrcwKuNEryNTwZCaLGiVQGmi6g0"
22
 
23
 
24