eaglelandsonce commited on
Commit
71b294c
1 Parent(s): 8724bfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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('GOOGLE_AI_STUDIO2')
 
 
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: