Do not attempt to auto-load images #705
WASasquatch
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Codex should not try to insert images it finds in context without being explicitly told to, such as a specific format
<image:/path/to/image.jpg>
or whatever. Currently you can't cite errors, text, etc, with paths to images as part of specification, not meant to be viewed, so when it's replaced with[missing image: 8628c9f6-d980-4d47-9504-a0652f08daee.png]
the LLM is receiving the wrong context it seems.At least that's what it looks like as when working with a gallery system it's have very hard time just displaying images and not base64 all over, and I think it's because it cannot see the image paths as they're supposed to be.
Beta Was this translation helpful? Give feedback.
All reactions