Spaces:
Build error
Build error
removed google api key
Browse files
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"] = "
|
| 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
|