Using The NEW GPT-4 Model To Create Cool Python Apps

Поделиться
HTML-код
  • Опубликовано: 31 окт 2024

Комментарии • 116

  • @Indently
    @Indently  Год назад +17

    Do let me know if there's anything specific that you would like me to try out with the GPT-4 model, I was really looking forward to drawing my own app on paper and sending it to GPT-4, but the online version doesn't have image input as an option yet.

    • @ajvexports
      @ajvexports Год назад

      Hi, wish to write meta description of product images for my eCommerce furniture website,as well for SMO, how can chatgpt help me?

    • @VanyaYani
      @VanyaYani Год назад

      Try an existing codebase with hundreds of modules and ask it to implement a feature or fix a bug

    • @alexivanova8759
      @alexivanova8759 Год назад +1

      Hey I've got Question, can you creat apps in C# or JavaScript with this GPT 4 Al?

    • @thangkhenguite9686
      @thangkhenguite9686 Год назад

      Can it create a Mathematica program for finding the basins of attraction of Newton - Raphson method?

    • @ajvexports
      @ajvexports Год назад

      what is expected timeline for Image input feature to be enabled?

  • @RasmusRasmussen
    @RasmusRasmussen Год назад +30

    It would be interesting to see a quality comparison between GPT 4 and 3.5 when it comes to generating code.

    • @Indently
      @Indently  Год назад +3

      That could be interesting! I'll try it out!

    • @OfficialMazLi
      @OfficialMazLi Год назад +4

      There’s a difference, gpt-4 explains more and try to give complete code instead of just spitting out the functionality, for example gpt-4 gave me a code and it prints out the log of what’s happening when running it

    • @shearerforgold
      @shearerforgold Год назад +2

      In my case gpt 3.5 worked but did it in a basic way and gpt 4 did it in the proper way. I generated a script that killed something after a certain time and it was hardcoded, gpt 4 took the script and said its best to make it a variable. Another thing was tied to frame time and gpt 4 didn't like that and made it independent of that.

    • @Sourcecodemastergoaheadcheater
      @Sourcecodemastergoaheadcheater 9 месяцев назад

      Absolutely

  • @mikeberger1688
    @mikeberger1688 Год назад +2

    I'm an older guy and spent past few years learning python and tkinter. How chatgpt manages to do this on such vague input is what blows me away. I mean code needs to be precise, yet the instructions to write it aren't really that detailed. It's actually so mind blowing it gives a feeling of discomfort. Is there ANY video out there that gives an insight into what is happening? How in the hell did they write chatgpt? ! What language is it written in?

  • @beharristj
    @beharristj Год назад +7

    Amazing !!! I know a little python but since GPT I can spend more time learning to think logically and it even helps me with that. thank you!

  • @sgotach_7581
    @sgotach_7581 Год назад +4

    3:40 or use gpt to learn by asking it to add comments and break stuff down for you, last week i didnt know a thing about html and now gpt has taught me a lot

  • @rccarsxdr
    @rccarsxdr Год назад +6

    I appreciate Indently's clear tutorials. Is it possible create more videos on how to launch GPT4 SaaS business and what are the best tools to scale it with AI tools?

  • @shearerforgold
    @shearerforgold Год назад +2

    I think another good thing to show is how you can ask it to give you 10 more types of messages each with 10 possible keywords and in like a minute you have 100 more ready to copy in.
    I would be curious how many times you could do this! Maybe with 1000 keywords it would be hard to get the error message and it takes minimal work to do this.

  • @ThankYouESM
    @ThankYouESM Год назад +3

    Please continue with building such a chatbot that does not need an API which can always "learn" from the internet how to write code and from an NLP we can download as trained for.

    • @webber7300
      @webber7300 Год назад

      you have bing already doing that.

    • @ThankYouESM
      @ThankYouESM Год назад +2

      @@webber7300 Actually, because I am a novice computer programmer... most work contracts will not allow me to develop their software with online access to ensure such a major investment is secure as possible. Therefore... not allowed to use Bing or any other such chatbot that is online reliant. When my team finally gets the new "offline" capable chatbot... the code will be checked by our leading experts to the max and most likely super enhanced for our specific needs. Sorry to have somehow given you the wrong impression.

  • @justwatching1980
    @justwatching1980 Год назад +3

    Great video! Quick, timely, and to the point. How about a chatbot function that calls out to the GPT4 API to leverage it for responses?

    • @Indently
      @Indently  Год назад +3

      I have one that calls out to the GPT-3 API, and the concept should be exactly the same, except you would have to select the model that's based on GPT-4

    • @justwatching1980
      @justwatching1980 Год назад

      ​@@Indently Looks like my comments aren't working. GPT-4's object is different. GPT-3 uses a Completion command with a prompt parameter; GPT-4 uses a ChatCompletion command with a messages object. I sent an example before, but my comment aren't persisting.

    • @marvelralph3944
      @marvelralph3944 Год назад

      @@Indently where to find that video?

  • @DuyentheNomad
    @DuyentheNomad Год назад

    Thank you for the video

    • @Indently
      @Indently  Год назад

      Glad you enjoyed it!

  • @superpayaseria
    @superpayaseria 7 месяцев назад

    I need someone who codes better than my self and truly understands not only how to use these features in chatgpt 4 but also the base concepts of creation from scratch that would like to help me build the terminator. If that interests you hit me up. I need it now!

  • @ajvexports
    @ajvexports Год назад +3

    Thanks

  • @rwoz
    @rwoz Год назад +1

    I tried creating tic tac toe as a multiplayer game on a website, with a wait queue for new players waiting to get matched with other players. It created it all in one single prompt and worked as inteded, no bugs.

    • @rwoz
      @rwoz Год назад

      On the other hand, it seem to have limitations of how many featuers it can implement at once. When I tried to implement a chat app as a website with random user name generation, ability to create rooms, list of current rooms, it said that creating a whole website is a bit out of its scope, and it only gave a snippet for a chat app. Also, it seem to have limitations in its context capacity. After some messages back en fourth, it told me to modify some file to add a feature I asked for, but it forgot to let some other features remain which I had asked for earlier.

    • @Fine_Mouche
      @Fine_Mouche Год назад

      ​@@rwoz Don't forget it has 4000 tokens Memory.

  • @NickWindham
    @NickWindham Год назад +2

    It’s wild that OpenAI is charging $20/month and limiting to 25 GPT-4 prompts every 3 hours and said that cap will get lower. If you’re a power user, such a as for programming, this will make it way less valuable. I hope they can ask the GPT-5 they’re prob working on to make GPT-4 use less compute. They definitely accomplished efficiency with GPT-3.5 Turbo. I’d expect GPT-4 to do the same but it make take a few months

    • @ame7165
      @ame7165 Год назад

      you can ask them for increased limits. the limits are to make sure the people exploring for a month aren't going to absolutely hammer the system as they slowly expand horizontally

  • @janet7934
    @janet7934 Год назад

    Thanks for doing the video. I have learnt a lot from it.

  • @PigOnPCIn4K
    @PigOnPCIn4K Год назад

    Ive been having GPT 4 and 3.5 create me a program for a specific purpose involving downloading and converting files then uploading them to chatgpt for a reply and output but boy oh boy has it been a headache getting past all the errors the script gives. I feel like id have had less if i did it my own way. Its still got some ways to go for creating full programs

    • @Indently
      @Indently  Год назад

      I mean I can't say it ever gave me exactly what I wanted, so there's probably a lot of work to be done. But it's definitely a good start!

  • @oldschoolsoldier1634
    @oldschoolsoldier1634 Год назад +5

    This is so impressive. I spent a lot of years majoring in IT and now I feel like I wasted time...

    • @Indently
      @Indently  Год назад +7

      It's time to start combining your IT skills with AI to continue staying relevant.

    • @oldschoolsoldier1634
      @oldschoolsoldier1634 Год назад

      @@Indently I'm looking forward more chatgpt videos!

    • @robertmarkaryan3812
      @robertmarkaryan3812 Год назад +1

      if you spent a lot of years in IT and your level of programming is so low that your work can be replaced with chat gpt - you really wasted time

  • @mukta4689
    @mukta4689 Год назад

    I am using codeGPT free version on VS Code but it doesn't give outputs as good as this. Although, I try to tweak it according to what you are showing. This way I am learning how to debug the python code and also using CodeGPT for the same. For e.g. I typed the question same as you regarding the chatbot and it gave me only around 3 lists unlike yours which have much more.
    greetings = ['hi', 'hello', 'hey', 'greetings']
    goodbyes = ['bye', 'goodbye', 'see you later']
    thanks = ['thanks', 'thank you']

  • @hassaanhameed
    @hassaanhameed 11 месяцев назад

    yes last night i upgraded to Plus so I don't know how to use Plus so I searched your video came into my feed

  • @beharristj
    @beharristj Год назад

    Wow amazing

  • @SaidThaher
    @SaidThaher Год назад

    Great video .. when u want to modify the code and add more functions.. you could just tell chatgpt to modify the code and give u just the modification ( and you know where to put it ) if not just ask it to tell u .. this way you save time instead of writing the whole code again ..

    • @Indently
      @Indently  Год назад

      You're right, I started doing that more recently. Because the GPT-4 model takes ages to generate code, although it does it more accurately. Thanks for mentioning that!

  • @Jimmy_Gustafsson
    @Jimmy_Gustafsson Год назад

    The program you are pasting in the stuff in, is that Python?

  • @hacking4arabs
    @hacking4arabs Год назад +4

    We live in a scary Era right now 😂

  • @mrmuffins4224
    @mrmuffins4224 Год назад

    Would be helpful if you would tell us the app you're pasting code into?

  • @awwdstudio
    @awwdstudio Год назад +1

    Add copilot labs with this 👍👍👍

  • @lynx4436
    @lynx4436 Год назад +1

    Is it possible for chat gpt to create an inferior or superior version of itself

  • @Hassanali-tu8dv
    @Hassanali-tu8dv Год назад

    Great video, I learnt alot. Can you make an inventory app that allows for excel input?

  • @kiwiwelch3620
    @kiwiwelch3620 Год назад

    You have the bests lessons fyi

  • @ikussoftware6782
    @ikussoftware6782 Год назад

    For small little python script it's Great ! But for anything more complex, I doubt how useful ChatGPT is in a 15k line of code project.

  • @JuanTorres-l2y
    @JuanTorres-l2y Год назад

    hi, can you explain if you are using an IDE for the code execution? or is directly from the console? thanks

  • @jirafey_
    @jirafey_ Год назад

    a little feedback, I catch myself using arrow keys too much, it would be great to cut/speed up the writing of the prompts, please think about it, I feel like im wasting my time there.

  • @arslanhanchayev1365
    @arslanhanchayev1365 Год назад

    Hello. Can you help me implement AI in an electrical substation without Chatgpt. Thanks

  • @gallahant
    @gallahant Год назад +1

    Does the gpt plus hang midway through generating a long code like the free version does?

    • @Indently
      @Indently  Год назад

      From what I hard, GPT-4 had a longer breaking point. We will see!

    • @tanda1165
      @tanda1165 Год назад

      gpt plus still hangs midway through code. It stops at maybe 50 lines if that.

  • @jsboeve
    @jsboeve Год назад +1

    should have tried taking this a step further by asking chatgpt to add itself to that chatbot

  • @gameworld5147
    @gameworld5147 Год назад +2

    Can you make a 3d model using this, it would be very surprising

    • @Indently
      @Indently  Год назад

      Can you be more specific on what kind of 3D model?

    • @gameworld5147
      @gameworld5147 Год назад +1

      @@Indently like a 3d game model

  • @falkerhard
    @falkerhard Год назад

    Dr Sbaitso has grown up.

  • @mushinart
    @mushinart Год назад

    How to build a full django project using gpt4 ....covering all aspects of it .. let's say a full django todo app that vlcan also generate a printable pdf of your todo list

  • @serious6037
    @serious6037 Год назад +1

    It works better if instead of 'MAKE' you tell it to 'UPDATE' the code. I mean after it already did something you told it to.

    • @Indently
      @Indently  Год назад +1

      Thanks for the tip!

  • @its_teddy5619
    @its_teddy5619 Год назад

    Can it use guis like customtkinter or kivymd

  • @testproducts1522
    @testproducts1522 Год назад

    Create a complete api design including charts

  • @ShakilPathanS1
    @ShakilPathanS1 Год назад

    Don't type "can you" type "make" or "create" before asking it to create any website

  • @sched75
    @sched75 Год назад +1

    this is very efficient but it is not competent in C, C++ for exemple. It speak fluently python and php.

    • @Indently
      @Indently  Год назад

      I can't make any statements about that. Although I don't see why it wouldn't be competent there? Do you have any sources stating ChatGPT being less competent in C or C++?

    • @sched75
      @sched75 Год назад

      @@Indently kind of... I tried yesterday but the source code never compiled

    • @sched75
      @sched75 Год назад

      @@Indently in python and php I already realized several programs that work.

  • @mugudev
    @mugudev Год назад

    Make more tutorial about python built-in module plz😊

    • @Indently
      @Indently  Год назад

      Which one do you want?

    • @mugudev
      @mugudev Год назад

      @@Indently Actually I am a beginner so I have no idea 😔 bro but I have seen some repos with future, annotations,etc can you make tutorial about them plz

    • @Indently
      @Indently  Год назад +1

      I have a lot of modules on my channel that I would recommend starting with first :)

    • @mugudev
      @mugudev Год назад

      @@Indently I Have watched all videos about modules in python and even shorts also.I have learnt more from your channel. i wish i would have found channel early👌

  • @Horetex
    @Horetex Год назад

    Can you create AI with chat gpt 4

  • @xzex2609
    @xzex2609 Год назад

    this thing is really began to terrify me . and I can't use it (error 1020 holding me out)

  • @testchannel1834
    @testchannel1834 Год назад

    write a python program to read a bmp688 on a raspberry pi and display on a 128x 64 I2C oled display

  • @almamarcelagozo8053
    @almamarcelagozo8053 Год назад +2

    Create gta 6

  • @Yehonathanatos
    @Yehonathanatos Год назад

    It won't allow me to purchase, high demand at the moment.

  • @Fine_Mouche
    @Fine_Mouche Год назад

    but gtp 3.5 can already do this >

  • @callitsolution6098
    @callitsolution6098 Год назад

    Make website using chat gpt

  • @b07x
    @b07x Год назад

    4:18 video glitching at this point

  • @Youtube304s
    @Youtube304s Год назад

    Learn to ask chat-gpt to code

  • @sykosidhu5275
    @sykosidhu5275 Год назад

    First view and like and comment nice video

  • @ProgressParadox
    @ProgressParadox Год назад

    Yo, listen up peeps! The more we depend on AI language models like ChatGPT, the more we gotta watch out for the consequences, you feel me? I'm talking about a future that's straight-up scary, where these models become so damn advanced that they can mess with our heads without us even knowing it. Imagine losing control over our own thoughts and actions, man! That's why we, at Progress Paradox, are all about exploring these dark possibilities so we can pave the way to a better future. So come join us, and let's get real about the risks that come with progress. Peace out!

    • @oxy_786
      @oxy_786 Год назад

      Quite agree, AI is great and its made for assisting or giving ideas, if we completely depend on it, it will influence our life and dominate us

  • @Celso-tb6eb
    @Celso-tb6eb 5 месяцев назад

    "learn programming language first".... you make yourself feel better. what you say is like go and learn coding 3 years then come back. totally useless advice given chat gpt is here.

  • @shanesteven4578
    @shanesteven4578 Год назад +3

    You should not use the word ‘can’. Imagine going to a shop and asking for a burger ‘can I have a burger?’ The fact of the matter is ‘of course you ‘can’ have a burger if the staff handed you a burger. The real question is ‘may I have a burger’ reply = of course, enjoy!

    • @Indently
      @Indently  Год назад +5

      What

    • @shanesteven4578
      @shanesteven4578 Год назад

      @@Indently Why

    • @Pabz2030
      @Pabz2030 Год назад +1

      @@Indently What he means is in English saying "Can I....?" can be interpreted as simply asking the question are you able to do something. The answer being "Yes you can [are able to do it]"
      So "Can I (am i able to) have a burger?" could be answered as "yes you can (are able to)". And will not result in you actually getting a burger.
      The way to ensure a smart ass native english speaker doesnt do that to you is to say something like "I would like to have a burger"

    • @Jmhawks
      @Jmhawks Год назад

      I think GPT understands that "Can you..." means "Do this", but I can understand your point.

    • @Indently
      @Indently  Год назад +3

      I'm very aware of the difference. But I'm also aware that ChatGPT is more intelligent than that. If you ask someone in the modern world at their home: "can I have a glass a water", and they respond: "of course you can", and they proceed to do nothing, then they're just being an ***hole.