diff --git a/examples/funcchain_tutorial.py b/examples/funcchain_tutorial.py index cbe319f..9426132 100644 --- a/examples/funcchain_tutorial.py +++ b/examples/funcchain_tutorial.py @@ -1,7 +1,3 @@ -################################ -# Follow me on X @shroominic # -################################ - from langchain.pydantic_v1 import BaseModel, Field, validator # %%