No, GPT models cannot read Web Page from a given URL. The only way I could imagine would be scrap the Website using Python Libraries like BeautifulSoup4, Organize that data and then pass it to GPT model, either using Completion APIs or Assistant APIs.
1 Like