Niek / chatgpt-web

ChatGPT web interface using the OpenAI API
https://niek.github.io/chatgpt-web/
GNU General Public License v3.0
1.89k stars 470 forks source link

Not able to display Images and Formulas in the ChatGpt's explanations. #492

Closed J-Chandra-py closed 2 months ago

J-Chandra-py commented 2 months ago

Is there a setting or a way to allow the ChatGPT-web to display images and formulas properly in it's explanation? (aside from using the promt "show me an image of ..."

  1. The GPT tries to display them when asked for, i don't understand why they are not successful in showing the images.

Screenshot 2024-09-02 173941

  1. Formulas or mathematical expressions are not being rendered properly.

Screenshot 2024-09-02 174710

Niek commented 2 months ago

LaTeX isn't rendered, that's a missing feature. But inline images is nothing I have ever seen. Which model is that one?

Niek commented 2 months ago

Ah, apparently it's something new on GPT-4o. I tried and it worked fine for me, it did some placeholder.com requests:

Screenshot 2024-09-02 at 17 55 06

Please check in your network tab which requests are being done.

J-Chandra-py commented 2 months ago

Thank you for the quick response! I am using the GPT-4o model, it appears that the image requests are being blocked...? i tried to change and allow permissions in the site settings, it didn't work. Could you please help me with the issue! Screenshot 2024-09-02 181400

Niek commented 2 months ago

That looks like an extension or security setting to me. Can you check the failed image request and see if there are more details other than ERR_BLOCKED?

J-Chandra-py commented 2 months ago

the complete error message is "(failed)net::ERR_BLOCKED_BY_ORB"

I dont know where to look for detailed erros :(, here is the details i found in the Header section of the image request.

Screenshot 2024-09-02 182914

J-Chandra-py commented 2 months ago

Just now followed the image request URL, [https://upload.wikimedia.org/wikipedia/commons/thumb/f/fc/Red.svg/240px-Red.svg.png] it showing the site is under mantainance.

Niek commented 2 months ago

It seems to me like it's hallucinating those URLs, I can't get a chat to create such non-existing images.

J-Chandra-py commented 2 months ago

Yes, i also found that the image source is the problem. after many times asking the gpt to use a different image source for displaying a brain, its did not showing anything, but i was able to make it display a simple color image. Screenshot 2024-09-02 184005

Niek commented 2 months ago

OK, so hallucination it is :) Closing this.