When I run this file, I get an error. How can I solve this problem? Please help. ```python class BabyAGI(Chain, BaseModel): TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases ```