You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 resolutionTo solve this we should call
replaceImages()
function again whenqueryOpenAI()
has finished executingThe text was updated successfully, but these errors were encountered: