0

This is a gen ai code where I'm using crew AI framework I'm trying the agent generator and it is throwing error.

This is a gen ai code where I'm using crew AI framework I'm trying the agent generator and it is throwing error. raise ValueError(f'"{self.__class__.__name__}" object has no field "{name}"') ValueError: "ResearchAgent" object has no field "llm_model" https://sololearn.com/compiler-playground/cOBJd79uRN55/?ref=app

4th Jul 2024, 5:17 AM
Utsav Singh
Utsav Singh - avatar
1 Réponse
+ 3
According to those errors, you're missing field info, "{name}" - some kind of string for a dictionary, and the "llm_model". I can't test the code on Sololearn. I would recommend looking up those 2 errors and see if stackexchange or similar can help
4th Jul 2024, 6:50 AM
Ausgrindtube
Ausgrindtube - avatar