Skip to content

Commit d31c63d

Browse files
committed
remove print and update notebooks
1 parent b8da48e commit d31c63d

File tree

3 files changed

+161
-769
lines changed

3 files changed

+161
-769
lines changed

dspy/adapters/image_utils.py

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ def from_PIL(cls, pil_image):
4545

4646
@model_serializer()
4747
def serialize_model(self):
48-
print("serializing")
4948
return "<DSPY_IMAGE_START>" + self.url + "<DSPY_IMAGE_END>"
5049

5150
def is_url(string: str) -> bool:

0 commit comments

Comments
 (0)