You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
obj.model_rebuild() # This method forces the OpenAI model to instantiate its serializer to avoid errors when serializing
75
+
obj.model_rebuild() ifpydantic_utilities.IS_PYDANTIC_V2elseobj.update_forward_refs() # This method forces the OpenAI model to instantiate its serializer to avoid errors when serializing
76
76
77
77
# For LlamaIndex models, we need to rebuild the raw model as well if they include OpenAI models
0 commit comments