Merge pull request #1 from franzejr/patch-1

Fix tiny typo
This commit is contained in:
João Moura
2023-11-16 18:48:56 -03:00
committed by GitHub

View File

@@ -28,7 +28,7 @@ from crewai import Agent, Task, Crew, Process
researcher = Agent(
role='Researcher',
goal='Discover new insights',
backstory="You're a world class researcher working on a amjor data science company",
backstory="You're a world class researcher working on a major data science company",
verbose=True
)
writer = Agent(