PIGCMS 如何关闭聊天机器人
这篇文章主要介绍了PIGCMS 如何关闭聊天机器人的几种方法,非常实用,推荐给大家。
无脑操作举例
1、找到 WeixinAction.class.php 文件,路径: 你的版本\PigCms\Lib\Action\Home
2、查询 function chat ,,在 chat() 函数中修改 return 值
复制代码 代码如下:
return 'str_replace('highsea', 'hi', $str)';//举个例子
为,如下:
return '亲,请等待客服回复~';
3、(可选)最后注释掉“小黄鸡”部分(可以不注释也可以):
复制代码 代码如下:
/*小黄鸡*/
/*$str = 'http://api.bd001.com/iMicms_com/api.php?key=free&appid=0&msg=' . urlencode($name);
$json = Http::fsockopenDownload($str);
if ($json == false) {
$json = file_get_contents($str);
}
$json = json_decode($json, true);
$str = str_replace('HighSea', $this->my, str_replace('提示:', $this->my . '提醒您:', str_replace('{br}', "\n", $json['content'])));*/
•总结:该操作不会影响公众号其他关键字的回复,只针对回答不上来的问题(本来是请求 小黄鸡 )现在直接 回复:“亲,请等待客服回复~”;如需修改其他得操作源码
•如果优化一下,可以这样:
先统一配置一个回答(或者请求 自己的接口服务器 ),当访客回复如“小黄鸡”时再请求小黄鸡的接口…… 源码就不举例了~
小伙伴们学会如何在PIGCMS里关闭聊天机器人了吧,希望本文能对大家有所帮助。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Xiaohongshu is working to enrich its products by adding more artificial intelligence features. According to domestic media reports, Xiaohongshu is internally testing an AI application called "Davinci" in its main app. It is reported that the application can provide users with AI chat services such as intelligent question and answer, including travel guides, food guides, geographical and cultural knowledge, life skills, personal growth and psychological construction, etc. According to reports, "Davinci" uses the LLAMA model under Meta A product for training, the product has been tested since September this year. There are rumors that Xiaohongshu was also conducting an internal test of a group AI conversation function. Under this function, users can create or introduce AI characters in group chats, and have conversations and interactions with them. Image source: T

In this article, we will introduce how to develop intelligent chatbots using ChatGPT and Java, and provide some specific code examples. ChatGPT is the latest version of the Generative Pre-training Transformer developed by OpenAI, a neural network-based artificial intelligence technology that can understand natural language and generate human-like text. Using ChatGPT we can easily create adaptive chats

The Importance of Creativity, Empathy, and Authenticity in Customer Service and Writing In this blog post, we discuss the pros and cons of using chatbots in the customer service and writing industry. While chatbots can provide fast and accurate responses to customer inquiries, they lack the creativity, empathy, and authenticity that human writers and customer service representatives possess. We will also discuss the ethical issues surrounding the use of chatbots and artificial intelligence in general. Overall, chatbots should be viewed as a complement rather than a replacement for human labor. Learn more about the role of chatbots in the workforce in this article. I understand the concerns many people have about the potential of AI to replace human workers. Specifically, there has been speculation about the potential for chatbots to replace human customer service

How to use Java to develop an intelligent chatbot based on artificial intelligence. With the continuous development of artificial intelligence technology, intelligent chatbots are becoming more and more widely used in various application scenarios. Developing an intelligent chatbot based on artificial intelligence can not only improve user experience, but also save labor costs for enterprises. This article will introduce how to use Java language to develop an intelligent chatbot based on artificial intelligence and provide specific code examples. Determine the function and domain of the bot. Before developing an intelligent chatbot, you first need to determine

News from ChinaZ.com on December 25: According to Tech Planet, Xiaohongshu has internally tested an AI function called “Davinic” in its main APP. This function has been tested since September and is still ongoing. This is also another new AI application launched by Xiaohongshu after the AI group chat. "Davinic" mainly provides users with AI chat functions such as intelligent question and answer. "Davinic" is more focused on providing questions and answers about the good life, including travel guides, food guides, geographical and cultural knowledge, life skills, personal growth and psychological advice, as well as activity recommendations and other fields. According to reports, "Davinic" is based on LLAMA large model under Meta

Chatbot platforms like ChatGPT and GPT-3 are valuable tools for automating functions, creating creative ideas, and even writing new code and providing fixes for broken applications, but there are some precautions that need to be taken before enterprises adopt them. For businesses, chatbots like ChatGPT have the potential to automate routine tasks or enhance complex communications, such as creating email sales campaigns, modifying computer code, or improving customer support. Research firm Gartner predicts that the global artificial intelligence software market will reach US$134.8 billion by 2025, and the market growth rate is expected to increase from 14.4% in 2021 to 31.1% in 2025, far exceeding the overall software market.

As early as February, NVIDIA launched the LLM-based chatbot ChatwithRTX. In May, the chatbot was updated, adding new models and new functions, the packaging package was also reduced from 35G to 11G, and the software was officially renamed ChatRTX. In the previous article and video about ChatwithRTX, we mentioned that ChatwithRTX does not have its own Chinese reply. If you want to implement Chinese answers, you need to install your own environment, large language models, etc. But this step has a relatively high threshold for users, and they have to go through many complicated steps to achieve Chinese question and answer. Before the introduction, let’s briefly talk about what ChatRTX is.

We are increasingly turning to smart voice assistants or chatbots on websites and apps to answer questions. As these systems powered by artificial intelligence (AI) software become more sophisticated, they start to provide pretty good, detailed answers. But will such a chatbot be as effective a therapist as a human? Computer programmer Eugenia Kuyda is the founder of US chatbot app Replika, which says it provides users with a "caring AI companion, always here to listen and talk, always by your side". It was launched in 2017 and currently has over 2 million active users. Each person has a voice unique to them as the AI learns from their conversations
