Spaces:
Sleeping
Sleeping
Update helpers.py
Browse files- helpers.py +3 -0
helpers.py
CHANGED
@@ -16,6 +16,9 @@ import requests
|
|
16 |
from bs4 import BeautifulSoup
|
17 |
|
18 |
# from file_loader import get_vectorstore
|
|
|
|
|
|
|
19 |
|
20 |
###
|
21 |
|
|
|
16 |
from bs4 import BeautifulSoup
|
17 |
|
18 |
# from file_loader import get_vectorstore
|
19 |
+
if "GOOGLE_API_KEY" not in os.environ:
|
20 |
+
os.environ["GOOGLE_API_KEY"] = "AIzaSyDJ4vIKuIBIPNHATLxnoHlagXWbsAz-vRs"
|
21 |
+
key = "AIzaSyDJ4vIKuIBIPNHATLxnoHlagXWbsAz-vRs"
|
22 |
|
23 |
###
|
24 |
|