Y
Hacker News
new
|
ask
|
show
|
jobs
by
IncreasePosts
652 days ago
Isn't GPT-4o multimodal? Shouldn't I be able to just feed in an image of the rendered HTML, instead of doing work to strip tags out?
2 comments
spencerchubb
652 days ago
it is theoretically possible, but the results and bandwidth would be worse. sending an image that large would take a lot longer than sending text
link
brookst
652 days ago
This. Images passed to LLMs are typically downsampled to something like 512x512 because that’s perfectly good for feature extraction. Getting text would mean very large images so the text is still readable.
link
tedsanders
652 days ago
Images are much less reliable than text, unfortunately.
link