Skip to main content

The real truth about OpenAI's chatGPT - Explained



Hi friends, I hope you are doing well. Do you know? You can write a code, write an essay, and you can also do your online work, with the help of ChatGPT in few seconds.





ChatGPT, which also stands for, Chat Generative Pre-training Transformer, is a type of natural language processing (NLP) model, that is designed to generate human-like text, in response to user input. It is developed by researchers at OpenAI, which is an open source project.





GPT models use a combination of machine learning techniques, including deep learning, to learn from large datasets of text, and generate new text that is similar in style and content, to the input data.





The real question is, how can you use ChatGPT in daily life. Let’s see it with the live examples. 

  • use chatGPT to write code
  • use chatGPT to write an article
  • use chatGPT to debug code
  • Use chat GPT as translator
  • Use chatGPT to write story or explain topic



Use chatGPT to write code:

The recent advancements in AI have led to the development of new tools that can help us with our work. One such tool is chatGPT, which is a online service that can help us write code. Let's see some example. I did type to write a code for form in html css. You can see the results.






Use chatGPT to write an article:

GPT is a great way to write an article quickly and easily. All you need to do is type in a few keywords and chatGPT will generate a well-written article for you. Plus, chatGPT is free to use and you can access it from anywhere in the world. Let's see some example. Let’s type, write an article on global warming. You can see here the result. It wrote an awesome fact about global warming.




Use chatGPT to debug code:

Use a chat GPT to debug code. This is an invaluable tool for investigating issues, troubleshooting with your team, or finding answers for yourself. If you don't know basic of coding, still you can debug here, I have typed a html form with some basic errors and let's find that how much chat GPT can find errors. You can see the result. Chat GPT has detected the bugs and highlighted it. Chat GPT has also given the correct code. You can copy it and paste it anywhere to use on web.





Use chatGPT as translator:

Let’s try to translate some sentence. I will write here, translate it in english, and some text in hindi. Yes, it can translate the sentence very well. Now, reverse the translation to see the result. It works very well.







Use chatGPT to write story or explain topic:

I would like to use chatGPT to write story or explain topic. You can see, it can help you doing your school and college project very effectively.





Can you use chatGPT in phone device?

In fact, ChatGPT bot will be very helpful in daily life. If you are thinking, can I use chatGPT in mobile phone. Then yes, you can use ChatGPT on your phone. There’s nothing preventing you from doing so, as the mobile web version of the app will allow you to carry out the same actions as on a desktop browser.


Limitation of chatGPT:

But there is also some limitation of chat GPT has been seen. It cannot provide real time information, and you cannot use location based information, and you cannot provide urls or references to anything on the internet. You can’t make entire website with the help of chat gpt, but you can build a little section of your website, like I have shown you, html form as example. Many of news claiming that ChatGPT Is Unnatural Because It’s Not Divergent. But, I believe, it all depends on how you use it. 




Always remember, it is an AI based chat bot. You can’t totally rely on this, Chat GPT. But with proper use, you can simply use this chatgpt as shortcut in your daily life. ChatGPT is Still in training. Thanks.



For more, watch this tutorial. Thanks.













Comments

Post a Comment

Popular posts from this blog

How to connect 000webhost to a Hostinger domain

  Today, in this tutorial, we will learn about, how to connect a free web hosting website with a paid domain. Basically, as I have hosted my website free, on 000webhost, and I registered a domain on hostinger. So, all you need is: for web hosting: 000webhost for domain: Hostinger Step-1: Kindly go to 000webhost, click on manage website. Step-2: Click on "tool" option, in the left side. Step-3: Click on option "set web address." If you want to buy a domain, you can go with first option. But here, I have already bought a domain from Hostinger. STEP-4: Click on connect a domain I already own. STEP-5:   Click on park domain. STEP-6:   Kindly write here the domain name and save it. Your domain will be parked. STEP-7: Copy these name servers of 000webhost and will paste into Hostinger's DNS. NAME SERVER to be copied :  ns01.000webhost.com ns02.000webhost.com Step-8: Go to domain setting webpage on Hostinger dashboard.  Step-8: Click on manage. Step-9: Now r...

Build an analog Clock with JavaScript

Many of beginners are confused of how to build a working analog clock?.  I believe that it's very simple if you are familiar with HTML CSS and JavaScript . You can make the shape of clock with the help of HTML and CSS but for making it functional, you may need to write the required script in JavaScript. If you want to know the required logic, you can watch this YouTube clip. In the end, you just need some practice over what you learnt. The logic required for this is: <div class="clock">  //defines a container element for the clock. <div id="clock-elements">  //de fines a container element for the clock hands and other clock elements. <div class="stick-primary"></div>  //defines a clock hand. <div class="sticks stick-1"></div>  //defines another clock hand. <div class="sticks stick-2"></div>  / /defines another clock hand. <div class="sticks stick-3"></div>  //de...

How to get free SSL for your website?

  If you are looking for free SSL, or want to make your website secure by changing protocol from http to https, then this tutorial will help you a lot. This tutorial shows how to get a free SSL for a website hosted on 000webhost using  Cloudflare . Cloudflare offers a free SSL certificate  that will secure your website for lifetime. It’s easy to setup and you’ll get HTTP to HTTPS redirects, increased site speed, and better security. Basically, You have to register on  cloudflare  while choosing a free plan there. The next step is to add your website domain on cloudflare by updating DNS. Once you connect your website domain with cloudflare, then next step is to activate the Automatic HTTPS rewrite option, which encrypts website traffic using the HTTPS protocol. After updating the above setting, your website traffic is now encrypted and secure. I hope you have understood the concept to get free SSL for your website. If you still want to know this in detail. Please...