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

The App Can't actually read Image URLs #4

Open
jswope00 opened this issue Oct 6, 2024 · 1 comment
Open

The App Can't actually read Image URLs #4

jswope00 opened this issue Oct 6, 2024 · 1 comment
Assignees

Comments

@jswope00
Copy link
Owner

jswope00 commented Oct 6, 2024

Turns out, telling the AI "Please write alt text for the following image: [List of Image URLs]" does not work. GPT models, at least, won't access those URLs and view the image. Sometimes they pretend that they can by reading the URL of the image, but they actually aren't.

To fix this, we'll need to find some way to extricate image URLs from text fields (I don't know if we'll need to create some special flag for these kinds of text fields where we expect image URL inputs) and pass them into the API via the AI's approved method for passing in image URLs.

In other words, AI will accept image urls, but not when they are passed in via a text box.

@OmarIthawi
Copy link

Hi @jswope00!

You can attach an image, which ChatGPT UI will process. URLs like you said aren't processed.

I'm not sure what's the API equivelant for that in the ChatGPT API.

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

3 participants