Home > Article > Technology peripherals > ChatGPT king explodes update! It can acquire new knowledge online and interact with 5,000+ applications. Netizens: It’s crazy.
It is said that ChatGPT is the "iPhone moment" of AI, and now its "App Store" is here.
OpenAI has just thrown out another big bomb-
announced the launch of plug-in function, which gives ChatGPT the ability to use tools, network, and run calculations.
For example, in the official demonstration, once ChatGPT is connected to the mathematical knowledge engine Wolfram Alpha, there is no need to worry about inaccurate numerical calculations.
and also opens two of OpenAI’s own plug-ins: web browser and code interpreter.
In the past, users could only query news before September 2021 because they were not connected to the Internet; but now not only can they directly retrieve the latest news, but even mathematical calculations have been solved!
(No need to worry about ChatGPT nonsense anymore!)
In addition, it also supports individuals or enterprises to feed private data (documents, notes, emails, etc.) to ChatGPT , becoming a person’s “second brain” or an enterprise’s intelligent assistant.
The flashing 3-page list of third-party plug-ins also includes:
And this is just the beginning, the permissions to make plug-ins and Methods will also be open to developers.
A senior programmer lamented:
I have developed plug-in systems for many software, and the ChatGPT plug-in interface may be the craziest and most impressive I have ever seen in my life. of.
Andrej Karpathy, the former AI director of Tesla who just returned to OpenAI, said:
The GPT class model is a kind of operation On the text a new computer architecture that can not only talk to us humans, but also "talk" to existing software infrastructure, APIs are the first step, plug-ins are the second step.
According to the official introduction, this plug-in function is mainly based on security as the core principle The language model design tool
(Well, in other words, it won’t let you use it so quickly.)
OpenAI still has to let users join the waiting list first.
However, they also said that although it is currently in the Alpha stage, giving priority to a small number of developers and ChatGPT Plus users, they also confirm:
Opening on a larger scale is just A matter of time.
Judging from the "preliminary functions" that have been implemented so far, ChatGPT can already have three capabilities:
Currently supported third-party plug-ins include restaurant recommendations, travel planning, shopping, AI language teachers, online stores, as well as academic knowledge application Wolfram and application library (with More than 5,000 application interactions, including Google Sheets)...
It seems that it almost covers the basic necessities of life, work and study.
In addition, OpenAI also has two plug-ins: Web browser and code interpreter, which are open source A knowledge base to retrieve the plug-in's code.
#As mentioned earlier, OpenAI places great emphasis on security principles this time, and they have implemented a number of safeguard measures, all of which are one-to-one for functions.
1. Third-party plug-ins
The first is for third-party plug-ins. Any developer can participate in the construction by himself. OpenAI even provides a complete set of construction processes: "How to build your plug-in in ChatGPT" and is open source on Github.
The display on ChatGPT is like this. Users can choose the plug-in and download it.
It can then be used on the chat interface.
2. Networking.
Can you tell me which person and which movie won the Oscar in these categories?
As you can see from the results, ChatGPT has more "browse" results in the chat interface, and you can directly get the latest results for 2023.
The security measures taken by OpenAI include: the scope of users’ use of this plug-in is limited to retrieving information and does not include “transactional operations” , such as form submission; using the Bing search API to inherit Microsoft's reliability and authenticity in information sources; running in an independent server; displaying sources, etc.
3. Code interpreter: Experimental ChatGPT model that can use Python to handle uploading and downloading.
To put it simply, it provides a Python interpreter that works in a sandbox, firewall execution environment, and some temporary disk space.
Code run by the interpreter plugin is evaluated in a persistent session, and subsequent calls can build upon each other. Currently this feature supports uploading files to the current conversation workspace and downloading work results.
However, OpenAI stated that this code interpreter mainly provides some of the most basic functions of the computer, allowing some junior programmers and hobbyists to Provides a smoother interface.
Currently recommended features include:
Regarding the newly launched plug-in function of ChatGPT, some developers said that it basically provides Apple App Store-style services.
But some people also pointed out that there is no profit model for developers yet.
Critics believe that OpenAI has just killed a startup company LangChain. If it continues like this, it will hinder innovation.
LangChain provides a Python framework for quickly building applications using language model APIs, and has just received US$10 million in seed round financing.
Do you think OpenAI will become the Apple of the AI era? Who will be the Android in the AI era?
Reference link:
[1]https://openai.com/blog/chatgpt-plugins
[2]https ://platform.openai.com/docs/plugins/introduction
The above is the detailed content of ChatGPT king explodes update! It can acquire new knowledge online and interact with 5,000+ applications. Netizens: It’s crazy.. For more information, please follow other related articles on the PHP Chinese website!