Spaces:
Running
Running
Update crewai/crew.py
Browse files- crewai/crew.py +0 -1
crewai/crew.py
CHANGED
@@ -21,7 +21,6 @@ from crewai.process import Process
|
|
21 |
from crewai.task import Task
|
22 |
from crewai.tools.agent_tools import AgentTools
|
23 |
|
24 |
-
os.getenv("OPENAI_API_KEY")
|
25 |
|
26 |
class Crew(BaseModel):
|
27 |
"""Class that represents a group of agents, how they should work together and their tasks."""
|
|
|
21 |
from crewai.task import Task
|
22 |
from crewai.tools.agent_tools import AgentTools
|
23 |
|
|
|
24 |
|
25 |
class Crew(BaseModel):
|
26 |
"""Class that represents a group of agents, how they should work together and their tasks."""
|