Mar 10, 2023
You mean fetch content from a url and summarise it (and generate a few comments)?
I don't think the OpenAI API can access any url directly, but you can for sure write a few code to fetch the content from the URL first, and then send it as part of the prompt to OpenAI.
But be aware that the content in the input is counted as part of the tokens (meaning they'll charge on the content you send as well)