Update agents/crew.py
Browse files- agents/crew.py +1 -1
agents/crew.py
CHANGED
|
@@ -199,7 +199,7 @@ class GAIACrew():
|
|
| 199 |
@agent
|
| 200 |
def code_generation_and_execution_agent(self) -> Agent:
|
| 201 |
return Agent(
|
| 202 |
-
config=self.agents_config["
|
| 203 |
allow_delegation=False,
|
| 204 |
llm=LLM_AGENT,
|
| 205 |
max_iter=MAX_ITER_AGENT,
|
|
|
|
| 199 |
@agent
|
| 200 |
def code_generation_and_execution_agent(self) -> Agent:
|
| 201 |
return Agent(
|
| 202 |
+
config=self.agents_config["code_generation_and_execution_agent"],
|
| 203 |
allow_delegation=False,
|
| 204 |
llm=LLM_AGENT,
|
| 205 |
max_iter=MAX_ITER_AGENT,
|