When creating a GPT, any reproduced link is not actionable (it doesn’t redirect to the link).
Just wanting to confirm the same on my end.
Interestingly, I can see the links being output properly as the response is being streamed, but once it closes the markdown element it disappears.
This is an image from a custom GPT where I asked it to embed images and links to source articles. I can understand if it’s a deliberate limitation, but it’s certainly trying its best.
I’m also seeing this error in my browser console for every chunk received. Here is the before and after receiving ‘5’:
API error https://chat.openai.com/backend-api/conversation/45310238-0bee-4174-900e-bee1ee59ef14/url_safe?url=https%3A%2F%2Fgfx.nrk.no%2FsLsnaKW8Np5BYZy84r4mMwyk99BPaSgHg Can't load conversation 45310238-0bee-4174-900e-bee1ee59ef14
API error https://chat.openai.com/backend-api/conversation/45310238-0bee-4174-900e-bee1ee59ef14/url_safe?url=https%3A%2F%2Fgfx.nrk.no%2FsLsnaKW8Np5BYZy84r4mMwyk99BPaSgHg5 Can't load conversation 45310238-0bee-4174-900e-bee1ee59ef14
And here is the final html in the web client for one of the entries. I only now noticed the image and this paste are from two different attempts which is why the actual content is slightly different.
<li><p><strong>Stor snøskredfare: – Det er da det ofte går galt</strong></p><ul><li>Summary: There is a significant risk of snow avalanches in certain areas, and the Red Cross expresses concern about potential accidents in the mountains.</li><li><a target="_new">Read more</a></li><li><div></div></li></ul></li>
Edit: Looking at the error message in the console, it occurred to me that the test chat from the build-a-gpt interface might not be a conversation that exists which maybe leads to the error. Once I exited out and started a normal chat it worked fine for both links and images:
I am having the same issue. Retrieving hyperlinks from a spreadsheet in the knowledge base is buggy as well.
Same issue. When I ask for citations or links to articles (outputted in a table), I get something that is hyperlinked, but there is not target URL specified.
Same here. Doesn’t happen always but happens consistently for same subjects.
I have to add “show these links as plain text” to get them (of course not clickable).
It looks like the website is removing href attribute after ChatGPT is done typing.
Yes, that is what I am seeing too. You can watch it during the response writing out the url and then it replaces it with a blank href.
Hey folks, thanks for flagging this. We have resolved a few issues around generation URL’s. There are a few known edge cases that don’t work well:
- Having the model construct full URL’s on the fly (you should instead pass the full URL back in an Action response)
- Having the model fill in URL details (same as above, you should pass in the full URL and all UTM parameters)