mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-27 17:18:13 +00:00
feat: back to sync
This commit is contained in:
@@ -967,7 +967,7 @@ class Crew(BaseModel):
|
|||||||
|
|
||||||
return total_usage_metrics
|
return total_usage_metrics
|
||||||
|
|
||||||
async def test(
|
def test(
|
||||||
self,
|
self,
|
||||||
n_iterations: int,
|
n_iterations: int,
|
||||||
openai_model_name: str,
|
openai_model_name: str,
|
||||||
@@ -978,7 +978,7 @@ class Crew(BaseModel):
|
|||||||
|
|
||||||
for i in range(1, n_iterations + 1):
|
for i in range(1, n_iterations + 1):
|
||||||
evaluator.set_iteration(i)
|
evaluator.set_iteration(i)
|
||||||
await self.kickoff_async(inputs=inputs)
|
self.kickoff(inputs=inputs)
|
||||||
|
|
||||||
evaluator.print_crew_evaluation_result()
|
evaluator.print_crew_evaluation_result()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user