
Background:
Wikipedia Describes ChatGPT as an AI chatbot developed by OpenAI. ChatGPT is an artificial intelligence (AI) chatbot developed by OpenAI and launched in November 2022. It is built on top of OpenAI’s GPT-3.5 and GPT-4 families of large language models (LLMs) and has been fine-tuned (an approach to transfer learning) using both supervised and reinforcement learning techniques.
ChatGPT can access real-time info from the web using plug-ins.
If you don’t want the ChatGPT User-agent to use your website’s data, you can block it using your robots.txt file.
A ‘robots.txt’ file is generally located at the root of the web server and can be accessed using SFTP or can be viewed using this URL:
https://yourwebsite.com/robots.txt
(replace ‘yourwebsite.com’ with your domain name)
You need to add this rule to your website’s ‘robot.txt’ file
(more…)