Image rendering in GPT output

We know that the chatGPT UI is able to render images, e.g. for DALLE and some plugins, but how can I tell my new custom GPT that retrieves an image URL from an external API, to automatically render it in its response?

1 Like

Nvm, I found that telling it to always use markdown image tags seems to work consistently.

E.g.:

Always format image URLs in markdown format, e.g. like this:
![alt text](image URL)