Update README.md

This commit is contained in:
Franze M
2023-11-16 08:17:18 -03:00
committed by GitHub
parent 9ec09f8119
commit ed93059ec3

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(