Spaces:
Runtime error
Runtime error
Update CertificationScreen.py
Browse files- 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"] = "
|
| 22 |
|
| 23 |
|
| 24 |
|
|
|
|
| 18 |
|
| 19 |
|
| 20 |
if "GOOGLE_API_KEY" not in os.environ:
|
| 21 |
+
os.environ["GOOGLE_API_KEY"] = "AIzaSyDidbVQLrcwKuNEryNTwZCaLGiVQGmi6g0"
|
| 22 |
|
| 23 |
|
| 24 |
|