Skip to content
New issue

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

eval-py allow outputting images #53

Open
G4Vi opened this issue Jan 28, 2025 · 1 comment
Open

eval-py allow outputting images #53

G4Vi opened this issue Jan 28, 2025 · 1 comment
Assignees

Comments

@G4Vi
Copy link
Contributor

G4Vi commented Jan 28, 2025

No description provided.

@G4Vi G4Vi self-assigned this Jan 28, 2025
@G4Vi
Copy link
Contributor Author

G4Vi commented Jan 29, 2025

Started in https://github.com/dylibso/mcp.run-servlets/tree/gavin/20250127-improve-eval-py, putting on hold for now:

Outputting images is useless without being able to generate valid images. The standard way to Python to generate images appears to be the Pillow library. The Pillow library cannot easily be added to eval-py as it depends on native code. I experimented with trying to have Claude generate image generating code (without third-party libraries) and was largely unsuccessful, either the outputted image was not valid or it did not match the prompt.

This can be picked back up when the python-pdk supports adding native libraries and/or AI models are better at generating image files from scratch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant