Spaces:
Sleeping
Sleeping
Commit
·
bb41c4b
1
Parent(s):
07cda62
Update app.py
Browse files
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
|
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')
|