eaglelandsonce commited on
Commit
bb41c4b
1 Parent(s): 07cda62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from crewai.tools.sec_tools import SECTools
12
  # Google Langchain
13
  from langchain_google_genai import ChatGoogleGenerativeAI
14
 
15
- from crewai import Crew, Agent, Task, Process
16
 
17
  # Retrieve API Key from Environment Variable
18
  GOOGLE_AI_STUDIO = os.environ.get('GOOGLE_API_KEY')
 
12
  # Google Langchain
13
  from langchain_google_genai import ChatGoogleGenerativeAI
14
 
15
+ from crewai import Agent, Task, Crew, Process
16
 
17
  # Retrieve API Key from Environment Variable
18
  GOOGLE_AI_STUDIO = os.environ.get('GOOGLE_API_KEY')