Improve the performance, and add smart chat functions to your website.
Improve the Performance and add smart chat features to your website
Now, I suddenly found that many QQ groups have enabled the chatbot function. There are two roles: Baby Q and QQ xiaoice. In the Q group, you can play games to any extent. However, unfortunately, the fish and the bear's paw cannot be the same, and only one group can be selected. It is said that Baby Q came from Turing, but xiaoice was born from Microsoft.
Both Baby Q and xiaoice show us artificial intelligence technologies. These products use deep neural network algorithms to simulate the computing methods of the human brain, so that machines can continue to learn themselves.
Directory
- Introduction
- Robot dashboard
- Simple API call
- Remarks
Introduction
Finally, I want to get started. This is not to teach you how to develop a chatbot, but to call a third-party API to add such a similar function to your website.
Here, I will introduce Turing's intelligent chatbot, which is said to be the robot brain with the highest intelligence in the Chinese context. Official Website: http://www.tuling123.com /.
The free version provides functions such as ridicule, jokes, translation, and weather check. It is very powerful. Let's try it together.
Robot dashboard
To enter the official page, you need to register. After logging on, you will enter the Panel page. Here you can add a variety of robots. The default value is 5000 times/day for free, and you will also be assigned a key to call the API.
Create a robot:
There are also some data monitoring and other functions that need to be learned and understood by yourself.
Simple API call
According to the requirements of the official documentation, we recommend using POST. There are two required parameters: info and key.
Make an API call by yourself:
You can enter the http://www.fanguzai.net/#/robot for a test experience, roughly:
Remarks
All chat reply content is the knowledge base of the Turing robot API. you can log on to the official website and add or import your questions and answers in batches on the Knowledge Base page, you can create your own customized perfect Robot.
[Blogger] Anti-Bot
Http://www.cnblogs.com/liqingwen/p/6884748.html.