#Can chat gpt 4 plus read urls?

1 messages · Page 1 of 1 (latest)

left flare
#

Can premium version of chat gpt read provided url and then create content description based on products in the url?

desert sunBOT
#

Hi @left flare. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

No, GPT-4, including the premium version ChatGPT Plus, cannot directly access or read URLs. As per the information provided in the forum post (https://community.openai.com/t/468615), GPT-4 is an inference model and does not have access to the internet or other systems. Any access to external systems, including reading from URLs, needs to be implemented by the services that use the model. If you're using GPT-4 through the API, you're responsible for providing those services as appropriate.

However, if you're using ChatGPT, OpenAI has mechanisms such as plugins that might let the system request information from the internet as part of a chat session. But these would need to be implemented separately and are not inherent capabilities of the GPT-4 model.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:

#

@left flare kapa.ai is still learning and improving, please let us know how it did by reacting below

left flare
#

Does it have plugins that help chatgpt read content based on url adress?

shut ingot
left flare
#

@desert sun Does it have plugins that help chatgpt read content based on url adress?

desert sunBOT
#

Let me check the knowledge base for you. One moment! :books:

#

Yes, OpenAI has introduced the concept of plugins for ChatGPT. These plugins can connect ChatGPT to third-party applications, enabling it to interact with APIs defined by developers and perform a wide range of actions. This could potentially include retrieving content based on a URL address. However, the specific functionality would depend on the plugin and the API it interacts with.

For example, one of the plugins mentioned in the release notes (https://help.openai.com/en/articles/6825453-chatgpt-release-notes#h_98b0bcf5a4) is a "Browsing" plugin, which is an experimental model that knows when and how to browse the internet. However, the specifics of how this plugin works or what exactly it can do are not detailed in the provided extracts.

It's also important to note that while plugins can enhance the capabilities of ChatGPT, they do not inherently enable it to read or interpret content from a URL. The ability to do so would depend on the specific implementation of the plugin and the API it interacts with.

If you're interested in developing your own plugin, OpenAI provides a plugin quickstart guide (https://github.com/openai/plugins-quickstart) and example plugins (https://platform.openai.com/docs/plugins/examples) to help you get started.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: