Build and Deploy Your Own ChatGPT AI App in JavaScript | OpenAI, Machine Learning

Поділитися
Вставка
  • Опубліковано 21 лис 2024

КОМЕНТАРІ • 1,6 тис.

  • @Andrew-Tsegaye
    @Andrew-Tsegaye Рік тому +53

    By the way, I've told you to build a stunning app using vanilla JS and you made it here. Thanks for accepting my suggestion and building a stupendous app with vanilla JS!🙏🙏

  • @k415hu7
    @k415hu7 Рік тому +95

    I don't have words to express for your efforts, you are the best teacher 😭

  • @moh_idreesmohammadi9118
    @moh_idreesmohammadi9118 Рік тому +53

    Seriously, it was phenomenal. For once in my life I followed the tutorial like watching an action movie and got extremally interested in AI projects. Thank You so much Sir!

  • @1krystyan
    @1krystyan Рік тому +10

    ============ HOW TO FIX 401 ERROR ============
    For everyone struggling with error 401, here is how I fixed it and now it works as expected.
    First, to explain why that happens, the way the project was created and made, for some reason the .gitignore file does not ignore .env and modules. This will in turn make your API key visible once it's pushed to GitHub, and the OpenAI has something in place that renews the key whenever it's made public (via pushing to the github repository), so everytime you try to make a request, the error 401 is handed over, meaning the API Authorization failed in this case.
    To get around this you must do the following:
    1. Access your project files folder and MOVE the .env file out of the folder completely
    2. Go into VSCode and make sure the .env file is not anymore part of the project
    3. Once you've made sure the .env file is no more, push the current project AND make sure the env file is also removed from your Github Repo by accessing it via browser
    4. Now that .env is out of everywhere, you should only have a local copy. Open the local .env file in VSCode and put a renewed API Key from beta.openai.com/account/api-keys
    5. Once you've refreshed the key, go to render.com/ -> Dashboard -> open your deployed project -> Environment -> Enter "Secret Files" tab
    6. In the Secret Files Tab, enter as the "Filename" ".env" / "Contents" [here you copy all contents of the .env local file exactly as they are wrote in the local copy] for ex "OPENAI_API_KEY ="sk-Sh2akcOFEvelbd5bIReX...T3B"
    7. Back in VSCode -> server.js -> modify the following:
    dotenv.config({path: '/etc/secrets/.env'})
    const configuration = new Configuration ({
    organization: "org-K7....wAv",

  • @mikhail5002
    @mikhail5002 Рік тому +78

    absolutely amazing! Would love an extended tutorial about creating a complete webapp with registration, login, payment processing, customer area and all the other things to make a full product! The quality of your tutorials is mind-blowing!

    • @gregcharles92
      @gregcharles92 Рік тому +4

      My solution was to this application behind a service like webflow, or Editor X, or even some of the supabase build templates that has user login functionality

    • @denniszenanywhere
      @denniszenanywhere Рік тому +1

      @@gregcharles92 I’m curious to know how to do this on webflow. How?

    • @yonathanrodriguez4050
      @yonathanrodriguez4050 Рік тому +1

      @@gregcharles92 show us how you did it lol

    • @FahadKiani1
      @FahadKiani1 Рік тому

      +1

  • @infinity_cape
    @infinity_cape Рік тому +1

    Thank You Adrian , for someone who hasn't started out with react yet , this a great Vanilla J.S project.Completed it in one sitting.

  • @AaronHulse1956
    @AaronHulse1956 Рік тому +4

    Great job, but I suggest you do a follow up video on how to avoid the 401 error. The dependencies on OpenAI and Render requiring paid accounts before your great app actually works.

  • @Duke49th
    @Duke49th Рік тому +1

    After I deployed everything online, I had an issue with my key, for some reason. I had to generate a new key. It made me 20 years older because I was already close to tears as I had not idea what is going on. But it worked. Yesss!!! Thanks again :)

  • @AdrianTwarog
    @AdrianTwarog Рік тому +7

    Mate you’ve out done yourself! Great video right here!

    • @javascriptmastery
      @javascriptmastery  Рік тому +1

      Your ChatGPT videos are phenomenal, Adrian!

    • @harpit5905
      @harpit5905 Рік тому +1

      I am sure that both the videos are great. One is for the non developers..While the other is for developers. Interestingly, JSMastery video surfaced after I searched 'ChatGPT Clone'.

    • @Deekshisaisrini
      @Deekshisaisrini Рік тому

      I don't want your video. I want my money

    • @Deekshisaisrini
      @Deekshisaisrini Рік тому

      @@javascriptmastery I want my money back...

    • @AbleslayerCollectives
      @AbleslayerCollectives 3 місяці тому

      same name😂😂😂😂😂

  • @Englishmusic-qi9fp
    @Englishmusic-qi9fp Рік тому +1

    Mosh and adrian are my best teachers in my life i had.
    When you begin mobile app development

  • @mindbodyps
    @mindbodyps Рік тому +8

    Video we all are waiting from our favourite Javascript channel.
    .
    I made the whole website for my client using ChatGPT, and some of the animation that I didnt know like GSAP and ThreeJs , it code that too.
    It's just Wow for any developer.

    • @javascriptmastery
      @javascriptmastery  Рік тому +1

      Thank you!

    • @invictuz4803
      @invictuz4803 Рік тому +1

      Seriously? What is the application you used on top of ChatGPT to get AI generated code for animations?

    • @maskman4821
      @maskman4821 Рік тому +1

      I am looking forward to the coming of GPT4, I wonder how good could it be? 🤔

    • @mindbodyps
      @mindbodyps Рік тому

      @@invictuz4803 I command ChatGPT that, "Use react functional component and gsap, when user scroll pin an image and on scroll zoom in to the other page.
      Other ThreeJs one is, I told to make interactive rotating earth planet.
      Some basic layout and advance CSS

    • @invictuz4803
      @invictuz4803 Рік тому

      @@mindbodyps That sounds so sick! Do you have it hosted so I can see?

  • @maskman4821
    @maskman4821 Рік тому +1

    A lot of people are asking Javascript Master creating all sorts of apps, because you guys dont know you can have chatGPT does it for you. The era of AI is coming, prompt engineering is what everyone should master in order to survive in all sorts of career, if you don't know how to ask openAI handling tasks for you, then you will be replaced immediately and easily. So you should ask for prompt engineering tutorial, I hope Javascript Master release tutorials on this topic, because this gonna save lots of people.

  • @williamlawrence1044
    @williamlawrence1044 Рік тому +7

    This is the first tutorial I’ve done from start to finish with no mistakes. Thank you

    • @allan.adimoolah
      @allan.adimoolah Рік тому

      Did you get it to run live and make requests after the vercel and render configurations?

    • @HimanshuKumar-hp1vj
      @HimanshuKumar-hp1vj Рік тому

      i got error when deployed@@allan.adimoolah

  • @MostlyPeacefulNinja
    @MostlyPeacefulNinja Рік тому +1

    Dude, you are a legend in the making. I can't even get through all of these. How are you making these so quickly?
    I owe you at least a big fat donation. Mark my words!

  • @mercyfaithnyamburakariuki6112
    @mercyfaithnyamburakariuki6112 Рік тому +25

    I'd love to see both (Vanilla applications and Advanced React applications) on different playlists.
    I must say, your method of delivering content to your students is top tier.

  • @harsh-alashi
    @harsh-alashi Рік тому +3

    Just completed the JavaScript course provided by you and now this project will act as good way to learn JavaScript in more advance way. Thank You Adrian
    I will surely start working on this ASAP

  • @philcui9268
    @philcui9268 Рік тому +2

    Yes, more React app driven by AI demo are more than welcome!
    Thank you in advance!

    • @javascriptmastery
      @javascriptmastery  Рік тому +1

      You got it!

    • @philcui9268
      @philcui9268 Рік тому

      @@javascriptmastery Please let me know the video tutorial url once you complete it. Thank you very much!

    • @philcui9268
      @philcui9268 Рік тому

      BTW, why do we have both render and vercel for deploying the app? i mean, can either of them complete the deployment? What's the advantages of combining the two?

  • @javakodingdotcom
    @javakodingdotcom Рік тому +7

    Wow sir you are always updated with the latest news, great tutorial. Thank you so much 🙏

  • @VortexX-
    @VortexX- Рік тому

    I'm Brazilian, and I've never seen a video as explanatory as this one. Happy birthday

    • @usomine_af
      @usomine_af Рік тому

      For help Teleqram me 👆...

  • @hashinthaubhayandika9290
    @hashinthaubhayandika9290 Рік тому +4

    I was looking for this in weeks. Thanks to you I finally found it. I have no enough words to thank you. Great job. keep it up ❤️😍

  • @eugenemorrison2663
    @eugenemorrison2663 Рік тому

    I have included this in my new Kindle book, "ChatGPT Frequently Asked Questions.". ...Very informative.

  • @the-patient-gamer-channel
    @the-patient-gamer-channel Рік тому +36

    Absolutely insane that this is available for free. You're amazing man, keep doing these, I'm learning so much by actively doing these projects

    • @javascriptmastery
      @javascriptmastery  Рік тому +1

      Glad you enjoy it!

    • @housefull2432
      @housefull2432 Рік тому +2

      @@javascriptmastery can u make it as also can u train him to make apps android like social media app by him self and create ui for the app by him self

    • @RushMyEx
      @RushMyEx Рік тому

      Hey
      I want to create a chatbot, but with your system I can´t use a "stop" command, and without a stop command for my
      Chatbot:
      Customer:
      he is not able to understand my prompt

  • @mehmetkoyuncuoglu1624
    @mehmetkoyuncuoglu1624 Рік тому +1

    Best Teacher Ever. I learned MERN, WEB3 and Build Own CHATGPT because of you :D

  • @icecube9430
    @icecube9430 Рік тому +5

    Love the way u keep the debugging part, teaching also how we can effectively solve errors by console logging

  • @Xeroform
    @Xeroform Рік тому +1

    I’ve been improving on my own gpt3 and 3.5 turbo models… ported to mobile terminal on my iPhone: It’s so neat having the AI in a window that I can leave on and pick up whenever without having to log back in, no waiting in line from congestion. Using the API is the way to go… and they added images to the completions API I think today or yesterday. 🔥

  • @codewithtakashi
    @codewithtakashi Рік тому +8

    I will sure do this and test it out , learning something new is always fun thank you for awesome content❤

  • @RamonChiNangWong078
    @RamonChiNangWong078 Рік тому +1

    Usually I don't and can't follow tutorials that are longer then 15 minutes.
    But someone you've made this very interesting for me in 1 hour and doing it without other annoying JS frameworks
    Thanks you my friend!!!

  • @betteryou6416
    @betteryou6416 Рік тому +14

    Anything you put on YT is complete gold. Can you do an Udemy clone next?! With AI reccomendations for courses you may like. That would be fire!!!

  • @imtiazshawn167
    @imtiazshawn167 Рік тому

    This is the best UA-cam channel for web developers for sure.

  • @chinospur_
    @chinospur_ Рік тому +22

    My great teacher in Tech! You can never disappoint! If words were enough to appreciate you for your effort towards my learning journey in Tech, I would've written a Wikipedia for you. Keep it up Sir.☺️❤️

  • @mohammadfazal849
    @mohammadfazal849 6 місяців тому

    Thank you so much, Adrian! Your tutorials are absolutely amazing and incredibly helpful. I recently completed your JavaScript course, and this project is the perfect next step to deepen my understanding and skills. Your clear explanations and engaging teaching style make complex topics so much easier to grasp. I appreciate all the hard work you put into these videos-it's truly making a difference in my learning journey. Keep up the fantastic work! 🌟

  • @neilfosteronly
    @neilfosteronly Рік тому +1

    I was able to finish this project without any experience in these languages. Also had never used Render or Vercel. ChatGPT helped a lot. I have Visual Studio set up for C# and was getting no auto help. Spelt so many things wrong. Would tell AI my script, then use GitHub page and ask what was different. This help greatly as showed all spelling mistakes and also found mistakes the creator corrected latter.
    But I had a problem at the end I could not figure out and ChatGPT could not either. I kept getting error messages when trying to use. After fixing some, I saw I was having a 401 error and in description first thing to do is check API. Saw my API code was not correct. I would have thought this was used in early test but guess not. After I changed the webpage worked fine.
    Thanks for the free tutorial. I learned a bit about javascript. It seems to be much more like c# than python. It worked and I made a project that I can use at the school I work at. I am in Vietnam and this AI will work in my classroom. For ChatGPT I need a VPN. Plus students need to use a VPN and have a phone number from another country to confirm before they can try. VOIP numbers don't work to sign up for ChatGPT.
    I wanted to add some personality to the webpage so tried to have chatGPT change the style.css. This didn't work for me and I have no knowledge in .css so was not sure where to even start.
    My goal is to get this to work in a Unity project. Will ask AI to write the java and html to C# but guessing will be so many problems.

  • @Andrew-Tsegaye
    @Andrew-Tsegaye Рік тому +33

    wow, Adrian's subscribers are increasing rapidly - the project is magnificent!

    • @javascriptmastery
      @javascriptmastery  Рік тому +4

      Thank you

    • @servicekingbd
      @servicekingbd Рік тому +1

      I'm stronger day by day.Thanks for promoting me. Stay with chatGPT official channel.

    • @imshajib
      @imshajib Рік тому

      @chatGPT official do you know. How can I deploy this project on my website, not free/ 3rd party website.

    • @timmygilbert4102
      @timmygilbert4102 Рік тому

      Still hasn't reach 20k like

    • @Andrew-Tsegaye
      @Andrew-Tsegaye Рік тому +1

      @@timmygilbert4102 of course it hasn't, but you'll see it soon! 😉

  • @kcollier1963
    @kcollier1963 Рік тому

    Great Job! My brain can't work as fast as yours, but thankfully, there are pause and rewind buttons. Much appreciation for your efforts!

  • @AadarshRajCAPAD
    @AadarshRajCAPAD Рік тому +4

    We would love to have some more deep dives into react from you, especially how to integrate the backend into our projects and create full stack applications, thanks Adrian..

  • @arvydas5017
    @arvydas5017 Рік тому +1

    this is probably best channel related to js development

  • @wujekbizon1
    @wujekbizon1 Рік тому +7

    There is only one word to describe this content. AWESOME. Keep up the good work Adrian. I'm working on some really huge project myself and this stuff will be and amazing addition to it. Thank you. Here come 2023, a year of AI.

  • @Duke49th
    @Duke49th Рік тому +1

    Edit: Oh wow. I got it. Until the end. And it works. Thank you so much!!!
    Old comment:
    I just type exactly every bit of code as you do. I have no clue about coding, aside from some very basic HTML+PHP many years ago (and learned that in the same way, following someone with step by step copying what he is typing on the screen).
    I'm at Minute 26 and deeply hope you haven't skipped something thinking we all are coder that know what to do 🤣
    But I am already grateful for such a good step by step tutorial. Good thing you explain most of what you are typing. If necessary I will just ask the AI what this and that means lol - amazing times coming ahead...

  • @derekprieur5258
    @derekprieur5258 Рік тому +57

    Great video as usual Adrian! I personally prefer React projects but a vanilla JS one once in a while is a good change of pace 👍

  • @katastropee871
    @katastropee871 Рік тому

    really love the vanilla JavaScript tutorial cause I get lost whenever I use react. More Vanilla JavaScript content please.

  • @tanw89
    @tanw89 Рік тому +8

    Please do a Stable Diffusion + React tutorial! So much potential for learning especially in terms of how to host a private Stable Diffusion API, set up a lambda function, etc :)

    • @javascriptmastery
      @javascriptmastery  Рік тому +4

      Great idea!

    • @Deekshisaisrini
      @Deekshisaisrini Рік тому

      @@javascriptmastery I want my money..please send immediately. I have shared the account number

  • @maskman4821
    @maskman4821 Рік тому +1

    Just finished the entire video, I am satisfied, I was thinking building same app yesterday, and you did it for us. I instructed chatGPT to build an entire MERN ecommerce website sucessfully, I am very impresed, I think I am already addicted to OpenAI, can't imagine life without it, thank you for creating this tutorial, I will build it with my favorite stack later on 😘

  • @surajpalsau870
    @surajpalsau870 Рік тому +9

    If you are getting 429 or 500 status errors, then generate another API key from another account.
    Say thanks using the like button.

  • @shahneelshaykh6818
    @shahneelshaykh6818 Рік тому +2

    Absolutely brilliant! Yesterday i was thinking that what if i develop something like chatgpt with unique idea and today i got your pop up notification

  • @programmer545
    @programmer545 Рік тому +3

    Amazing one sir ❤
    Always up to date channel
    The thing others are talking about you build it..

  • @philq01
    @philq01 Рік тому

    This is the best tutorial I've seen on using the OpenAI API. Thank You.!

  • @MrHaloshot
    @MrHaloshot Рік тому +4

    I'd love to see more Vanilla JS from the channel , awsome work btw, you have such a talent to teach and to build things , i truly apreciate your effort .

  • @amirnorozi1085
    @amirnorozi1085 Рік тому

    personally I like React JS but the way that you show me vanilla, I look forward to learn it from you

  • @WonderRob
    @WonderRob Рік тому +3

    Very nice, thanks! would be nice to see more vanilla JS examples

    • @javascriptmastery
      @javascriptmastery  Рік тому +1

      More to come!

    • @WonderRob
      @WonderRob Рік тому

      @@javascriptmastery May I suggest Stable Diffusion prompting example?

  • @deez_nuts_across_yo_face
    @deez_nuts_across_yo_face Рік тому +1

    I just want to say that I love you😭💖best teacher ever

  • @josgraha
    @josgraha Рік тому +24

    i think it is much clearer to use VanillaJS (tm) instead of React as any Vanilla app can easily be converted to React or something more CDN friendly depending on deployment strategy. I loved seeing the React habits creeping in, well done! Also cool your copilot AI attempting to autocomplete code for you but again resisting the temptation. Thank you so much.

  • @CricketWithHarris
    @CricketWithHarris Рік тому

    Hi Adrian I have learned javascript and react in a much better way through your videos than anyone else on youtube. Kudos to you. I would really want you to add a registration to this app.

    • @usomine_af
      @usomine_af Рік тому

      For help Teleqram me 👆..

  • @gammaburst3755
    @gammaburst3755 Рік тому +3

    Hi Adrian, this is just a perfect tutorial, explainations are very clear and really enjoyable to follow. I'm interested in learning how to enable the chatbot to remember information from our previous conversations so that our subsequent interactions can be more precise. Can you explain how to implement this in the code?

  • @stangurule1017
    @stangurule1017 Рік тому

    This is insane!!
    I thought I was getting a grasp on JavaScript... Until now

  • @BeRaikwal
    @BeRaikwal Рік тому +4

    You always amaze me with your projects ALWAYS!!! I've been a subscriber of yours since you had 100K subs and now look where you reached straight up coding the ChatGPT clone oh my gosh ure fabbbbbb 😭😭😭✨✨✨✨

  • @carrylunatigaming787
    @carrylunatigaming787 Рік тому

    Man i didn't even know any of the language like (Js , wtf is vanilla) then also I can understand what r u doing. Best explanation experience I have ever had on UA-cam.
    And i have a request for you .... Can u upload a full course on "front end developer " it will be a lot of help ❤️

  • @amitabhkumar7671
    @amitabhkumar7671 Рік тому +18

    Amazing Sir, I'd love to see more amazing Vanilla JS projects. I also want to emphasize that, while AI tools are becoming increasingly sophisticated, they cannot replace you. 😅

    • @javascriptmastery
      @javascriptmastery  Рік тому +1

      Exactly!

    • @Hyperwizard29
      @Hyperwizard29 Рік тому

      what is your age?

    • @ogredev
      @ogredev Рік тому +2

      Yeah unless someone has a strong understanding of the fundamentals of development, I don't see how someone could give the proper prompts to chatgpt.

    • @Deekshisaisrini
      @Deekshisaisrini Рік тому

      Send my money

    • @the_stray_cat
      @the_stray_cat Рік тому

      depends on the "you" after all alot of people already lost their jobs because of AI.

  • @a-factoracademy
    @a-factoracademy Рік тому

    Wow, this is no doubt the best channel on UA-cam at the moment for web development especially with the incorporation with JavaScript. You are the best! Thank you thank you for the journey you're taking me. I'm seriously following you up trying to master every line of the code and really it's working 🙏🏾👍🏾👍🏾

  • @HassanAli-xr2pj
    @HassanAli-xr2pj Рік тому +5

    Use react js for projects instead of vanilla js because we can.use react js in our dapp development more easily as compared to simple vanilla js.. So it is my humble suggestion to carry on.with react and next js..Thanks A lot😊

  • @aveekariya5214
    @aveekariya5214 Рік тому

    I've been following you since long time and you never prove yourself wrong

  • @yungxix6343
    @yungxix6343 Рік тому +5

    Again a fantastic video, well delivered! in respect to the question asked, I would go for more Vanilla Javascript videos as to React. Thank you for all you do for the community....... Compliments of the season to you ❤❤❤❤

  • @simmdata
    @simmdata Рік тому +1

    you are the best programmer in the world.

  • @MajjinBuu
    @MajjinBuu Рік тому +5

    Hello Adrian can you also create a tutorial for creating AI art using DALL.E in JS
    Great tutorial by the way...love your videos

  • @CTILET
    @CTILET Рік тому +2

    Your courses and videos are the best in web!

  • @pravinragavendran9651
    @pravinragavendran9651 Рік тому +4

    This was an amazing application and I loved it? Hats off for your dedication 🎉🎉. But I am getting 401 error when I type and press enter. This problem occurs after deployment, but in localhost it's working fine. Can you please help me to resolve this error?

    • @javascriptmastery
      @javascriptmastery  Рік тому +2

      Hi there, here are a few possible reasons why you might be experiencing issues, along with some potential solutions:
      Proper API key from OpenAI: It's possible that you are not using a valid API key from OpenAI. You can get an API key by visiting beta.openai.com/account/api-keys.
      Free credits offered by OpenAI: If you are using the free credits offered by OpenAI to use their models, you can check your usage at beta.openai.com/account/usage. If you have used up your free credits, you can check the pricing and upgrade your account at openai.com/api/pricing/.
      Proper server deployment: Make sure that you are using the properly deployed link from Render at render.com/. If you are not sure how to deploy the project, follow the steps mentioned in the video.
      After successful deployment of the link, make sure to paste the link in the script file of the client and push it to GitHub. This will allow Vercel to detect and deploy the application properly. Also, please note that the server link used in the Codex repository shared on GitHub has used all of its credits, so it will throw a 429 error and will not work. You will need to use your own server link, either by deploying it on Render or using another hosting service.
      I hope these suggestions help resolve your issue. If you have any further questions, please don't hesitate to ask.

    • @pravinragavendran9651
      @pravinragavendran9651 Рік тому

      @@javascriptmastery okay, thank you so much for resolving my doubt😃😃👍🙏

    • @sameerakram9367
      @sameerakram9367 Рік тому

      which localhost you used i m using localhost 3000 but getting 429 status code error

  • @AaronHulse1956
    @AaronHulse1956 Рік тому

    Thank you for your efforts, all is well, app worked locally, pushed to Git, published to Render and Vercel with no problems. You are the MAN!

  • @yamisukehiro6706
    @yamisukehiro6706 Рік тому +3

    Thanks for this quality content 🤩

  • @jaisharma545
    @jaisharma545 Рік тому +2

    Please make more videos on advanced react or next js application plzz your way of teaching and methodology is out of the world and exceptional

    • @javascriptmastery
      @javascriptmastery  Рік тому

      Sure I will

    • @jaisharma545
      @jaisharma545 Рік тому

      @@javascriptmastery hey can you teach us that how to convert this application into react js application

  • @mohsensafi7778
    @mohsensafi7778 Рік тому +3

    Thank you Adrian! this was AMAZING, do more AI videos please, I prefer React and NextJS but vanilla JS once in a while is good
    again Thank you very very much

  • @lootlydeals
    @lootlydeals Рік тому

    I Love you and Lots of Love From India. We want tutors who taught from Zero to Advance taking everyone as beginners because one skipped step can waste someone's lots of time. I am Pro Developer But Still love the way you teach.

  • @alaaaldeensubora3804
    @alaaaldeensubora3804 Рік тому +4

    Thanks for the tutorial! could you please update it to work with the new GPT 3.5 API?

  • @clearmuzik.5462
    @clearmuzik.5462 Рік тому

    thank you vary much man, with the raising demand of chatgp, now i have my own chatgpt on my computer at any time, without needing to log in to any traffic database. thanks alot man.

  • @RRathore-b6w
    @RRathore-b6w Рік тому +2

    Can't find natural language to openai in examples

  • @fatihcicek1712
    @fatihcicek1712 Рік тому +1

    This is my first time watching you and it is impossible not to be amazed. Greate job

  • @adholaharthur572
    @adholaharthur572 Рік тому +6

    wow... Just wow

  • @blackeystudios8518
    @blackeystudios8518 Рік тому +1

    Hey you are making difference. This is all we need I mean chatGpt is all over the internet everyone is talking about it but you, you made it more clear what we could be able to do with it

  • @YuvrajSingh-qz9ss
    @YuvrajSingh-qz9ss Рік тому +8

    OpenAI all the API''s had paid. Anyone have idea to get it free??

  • @africanhustle01
    @africanhustle01 9 місяців тому +1

    Thanks a lot! This tutorial has opened a door to infinite possibilities.

    • @RonalRomeroVergel
      @RonalRomeroVergel 9 місяців тому

      it that's working?

    • @Marick333
      @Marick333 9 місяців тому

      @@RonalRomeroVergel nope

    • @RonalRomeroVergel
      @RonalRomeroVergel 9 місяців тому

      why not?@@Marick333

    • @aniketpatil7960
      @aniketpatil7960 8 місяців тому

      ​@@RonalRomeroVergel problem in api but you can solve it but problem in server URL also so project is not going to complete

  • @fazilahamed1240
    @fazilahamed1240 Рік тому +2

    I'm always getting the 401 error.... i even tried generating new secret key for the API... but still, i'm stuck with the same error

  • @nocturno7887
    @nocturno7887 Рік тому +1

    I'm actually quite happy to see vanillajs in your channel. Thank you

    • @javascriptmastery
      @javascriptmastery  Рік тому

      Thank you!

    • @owusukenneth1392
      @owusukenneth1392 Рік тому

      @@javascriptmastery pls I rgently need help! i keep encountering an error:
      POST localhost:5000/ 500 (Internal Server Error)
      handleSubmit @ script.js:82
      (anonymous) @ script.js:112

  • @juniorMr
    @juniorMr Рік тому +1

    Man ,you introduction is amazing

  • @hassanjibrin489
    @hassanjibrin489 Місяць тому

    Is my best project and may God continue to bless the memefi company and their project

  • @ahmedmusawir
    @ahmedmusawir Рік тому +4

    Plz don't waste your extraordinary work on vanilla JS ... there are too many resources on that anyway ... plz give us more React.js, Blockchain (Solidity), JS & AI (OpenAI), Node.js/Express, and of course GraphQL, GraphQL & more GraphQL. Typescript is also a great idea. Plz, remember your best audience is the intermediate devs. There has been no content for us here before you (on JS). I mean something we can use to build a Portfolio with ... this has been my 2 cents. Unlimited thanks and more thanks in advance.

  • @technomentis
    @technomentis Рік тому +1

    This old dog has learned many new tricks. Thank you!!!

  • @suryansh70
    @suryansh70 Рік тому +1

    thank you Adrian also just completed this project thanks for such a nice tutorial 🤗,you are awesome and btw more projects using vanilla js are appreciated now its time to complete the web3 project

  • @lll_llll_lll
    @lll_llll_lll 10 місяців тому +1

    if I ever succeed in life and made an AI app like ChatGPT and I worked hard, and everything went will one day I will meet you in person and till my story and how I started with watching your video.

  • @gregcharles92
    @gregcharles92 Рік тому

    Awesome between this video and Adrian Tawrog's I was able to push my own iteration. Thanks JS Mastery!

  • @videfx8257
    @videfx8257 Рік тому +1

    Words can't express my gratitude for your efforts Sir! I'm looking forward to the JSM Bootcamp

  • @mariagrey4945
    @mariagrey4945 Рік тому

    this is incredibly valuable tutorial! I can't express how much I've learnt from it. Interesting fact - the chat bot we built thinks that today's date is August 11, 2020

  • @dialloibrahima292
    @dialloibrahima292 Рік тому +1

    Can’t really describe how awesome your content are ! I’d love to see more react videos.

  • @horrid13
    @horrid13 Рік тому +1

    Thanks for this one !!! I feel like this is a wonderful project! Can you please make a video teaching all the things you need to know in JavaScript before diving into react?

  • @oscars4739
    @oscars4739 Рік тому

    thank you so much for your tutorial, i already made a chatbot using OpenAI, like you, i created a backend and frontend side, i spent hours and hours for the deployment, i tried to deploy the whole App only on Render, or i even tried AWS, since both accept full stack applications, who would it know, i mean, you, that the backend deployment is on RENDER and the frontend in VERCEL, genius!!, thank you for your tutorial!!

  • @servicekingbd
    @servicekingbd Рік тому

    I'm stronger day by day.Thanks for promoting me. Stay with chatGPT official channel.

    • @usomine_af
      @usomine_af Рік тому

      For help Teleqram me 👆...

  • @sora_dev
    @sora_dev Рік тому +1

    Thank you so much for creating this great tutorial! I'm so happy I reached the end of it and deployed it! Congratulations on 500K subs! 🥳

    • @javascriptmastery
      @javascriptmastery  Рік тому

      Thank you!

    • @pkmkb784
      @pkmkb784 Рік тому

      bro how you deployed it when i deploy it it shows 401 please do reply me

  • @0xM2r
    @0xM2r Рік тому +1

    I am gonna print this video and frame it on my room. THANK YOU SO MUCH!

  • @Matty100
    @Matty100 Рік тому

    The Ai isn't the all knowing god everyone makes it out to be but it is AMAZING and so fun! Thank you Adrian. You are the man!!

    • @usomine_af
      @usomine_af Рік тому

      For help Teleqram me 👆...

  • @linodexplod1575
    @linodexplod1575 Рік тому +1

    amazing Adrian. Help us change the world. Very much appreciated

  • @sofiuzzaman-sofi
    @sofiuzzaman-sofi Рік тому +1

    This is first time i saw your video.. And I am impressed on it.. Thanks again

  • @aprendiendoaprogramar4984
    @aprendiendoaprogramar4984 Рік тому

    Thank you very much, I learned how to create my own ChatGPT with this tutorial, now I would like to learn how to train the AI model. Uploading my own custom, private data that can only be viewed on my domain.

  • @adeshsingh406
    @adeshsingh406 Рік тому +1

    Thank you for such an amazing video that can help me to make my own application where I can use ChatGPT for asking random questions and code. You have been a great source of knowledge and inspiration to me. Thank you for being such an amazing teacher!