jbilcke / latent-browser

Latent web browser
https://linktr.ee/FLNGR
MIT License
259 stars 18 forks source link

Handle dynamic pictures #1

Open jbilcke opened 1 year ago

jbilcke commented 1 year ago

New pictures generated by GPT-3 itself fail to display, as they are generated in the form <img alt="some caption.." src="hallucination.." />, and thus require caption-to-img resolution

To solve this we should call replaceImages() function again when queryOpenAI() has finished executing