I’m using the openai api to create automated blog post. I want that blog post include external links and embedded youtube videos, but results are not good so far, links are not clickable and/or give a 404 response. And the api does not provide youtube videos. Please suggest alternative ways to automatically include links and videos inside the post, with or without the openai api.
Precisely, because the models don’t have access to the internet.
You can either manually include the links and descriptions or build a custom solution that uses the model to first write a query. Then, use a search API to find videos on the internet, and finally populate them for another API call that will generate content with those links.
I’ve been trying to fix the non-clickable links as well… I’ve been experimenting with instructing the GPT to do an internet search as a mandatory step, and then show a link to the result.
@brainogen what’s the context for the adding links to the blog posts in your case? Citations or affiliate links?