Hello, I am using the following versions:
- crewai==0.70.1
- crewai-tools==0.12.1
I have trained my crew and now have two .pkl
files: training_data.pkl
and usecase.pkl
. Everything has worked well up to this point.
Now, how can I ensure that my crew is properly trained and is using these data?
To launch my crew, I use the command:
python main.py run
Thank you for your help.