comment fix

This commit is contained in:
Lorenze Jay
2024-12-03 10:48:22 -08:00
parent 9703d701b8
commit 8d7b0de732

View File

@@ -72,5 +72,5 @@ class {{crew_name}}():
process=Process.sequential,
verbose=True,
# process=Process.hierarchical, # In case you wanna use that instead https://docs.crewai.com/how-to/Hierarchical/
# knowledge_sources=sources, # In the case you want to add knowledge sources``
# knowledge_sources=sources, # In the case you want to add knowledge sources
)