Skier8402 commited on
Commit
d431c12
1 Parent(s): 7c84839

Update crewai/crew.py

Browse files
Files changed (1) hide show
  1. 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."""