We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dspy.Image
__repr__
A minimal example:
Python 3.12.8 (main, Dec 3 2024, 18:42:41) [GCC 11.4.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import dspy >>> test_image = dspy.Image.from_url("https://example.com/example.png") >>> test_image Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/digitalpig/Codes/dspy/dspy/adapters/image_utils.py", line 52, in __repr__ len_base64 = len(self.url.split("base64,")[1]) ~~~~~~~~~~~~~~~~~~~~~~~~~^^^ IndexError: list index out of range >>>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A minimal example:
The text was updated successfully, but these errors were encountered: