Spaces:
Runtime error
Runtime error
Commit
·
71b294c
1
Parent(s):
8724bfb
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,9 @@ from crewai.tools.sec_tools import SECTools
|
|
13 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
14 |
|
15 |
# Retrieve API Key from Environment Variable
|
16 |
-
GOOGLE_AI_STUDIO = os.environ.get('
|
|
|
|
|
17 |
|
18 |
# Ensure the API key is available
|
19 |
if not GOOGLE_AI_STUDIO:
|
|
|
13 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
14 |
|
15 |
# Retrieve API Key from Environment Variable
|
16 |
+
GOOGLE_AI_STUDIO = os.environ.get('GOOGLE_API_KEY')
|
17 |
+
|
18 |
+
# os.environ["GOOGLE_API_KEY"] =
|
19 |
|
20 |
# Ensure the API key is available
|
21 |
if not GOOGLE_AI_STUDIO:
|