How To Install GPT-Engineer👨‍💻- Build ENTIRE Apps With One Prompt! (Quick Setup Guide)

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

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

  • @921Ether
    @921Ether Год назад +258

    on windows you need to use the 'set' instead of the 'export' command for the API key

    • @marcradermacher6244
      @marcradermacher6244 Год назад +14

      Thanks, that one really helped! 😘

    • @matthew_berman
      @matthew_berman  Год назад +14

      Thank you!!

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

      i was just wondering why we all of a sudden where in zsh like it was expected. thanks. Edit: also changed to "gpt-3.5-turbo-16k-0613" since I don't have 'gpt-4' available. It does... aright. not sure ymmv

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

      ooohhh thx was getting error

    • @921Ether
      @921Ether Год назад +1

      @@erdemtemiz6072 you have to execute the command each time you restart your pc. youre essentialy creating a temporary environment variable. doesnt have to be done via the command if you set it up permanently through the settings of your pc

  • @DalePatch
    @DalePatch Год назад +8

    Preach it man. I worked web hosting support about 5 years, and I don't know how many tickets I dealt with where people had used pip on the wrong python version. You saved some people some hassle with that info.

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

      Took me a while to understand Python versioning lol

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

      When I use the “ python -m pip install -r requirements.txt “ command it says error number 2 file doesn’t exist in this directory. Why would that be happening? Do I need to create the requirements.txt file manually if this is the case?
      I just never saw him create the requirements.txt file manually so I don’t understand what I’m doing wrong

  • @TheArtificialAnalyst
    @TheArtificialAnalyst Год назад +59

    Nice video Matthew! I love the fact that you explain things in a way that a non coder can understand it. Cheers!

    • @matthew_berman
      @matthew_berman  Год назад +8

      Thank you! I want everyone to use these tools :)

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

      The author is also a non coder.

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

      @@MLesp Anyone that has a "100% Python" git repos is a non coder lol

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

      @@MLesp the author of gpt engineer?

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

      @@puppergump4117 not him the youtuber.

  • @Bicyclesidewalk
    @Bicyclesidewalk Год назад +18

    Also a great walk through on how to use many simple things such cloning a Github project, good Python/Conda usage, simple, down to earth English - well done, really liked this video.

  • @andrewweaver315
    @andrewweaver315 Год назад +10

    Good video! It should probably be noted to people that beyond your data getting sent to OpenAI (which is expected, obviously) this app also phones home. It seems to send all of your interactions to something called RudderStack Analytics with a tracking code specific to the author of the Git repo. Someone concerned with privacy or IP theft may want to exercise a little caution

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

    I can't believe I got this working. Took me all day. Everything from having to switch terminal over to Bash because powershell wouldn't export to the directories being all screwy. after all was said and done, it was very gratifying to actually have a running snake game. Holy crap! Now for the real fun. TY for your awesome content.

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

      Hi. What is terminal?

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

      @@davyprendergast82 Terminal is like Windows cmd in VSCode. I have the option of several command lines. I am on a Windows machine.

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

      @@garyjurman8709 Sorry to ask another dumb question, but what is VScode? I just downloaded Conda but then in the vid he said go to terminal. Does that mean open a command window? But from within which folder?

  • @imtanuki4106
    @imtanuki4106 Год назад +8

    Once again, a mind-blowing video about a mind-blowing new tool. I'm having a hard time keeping up with all your tuts, but that's a good problem to have. Props to you!

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

    DAMN IT!! I was all excited to bring up "Smol Developer" because I hadnt seen you do a video about it... And then make a video about a model that does something similar, but way better... Great job man. Thank you for the video.

  • @tmhchacham
    @tmhchacham Год назад +9

    When the brackets are around a letter, that is the default. So, if it is "Proceed ([y]/n)?" you do not need to type in "y". You can just hit enter.

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

    I noticed this one when it was first posted on twitter. Kinda thought about trying it but I'm spend-shy. I spotted your video, being really lazy about trying anything else. I threw the first thing that entered my head at it. A graffiti site where you post any message you want. (I need to add a rotate feature :) it took some work with gpt4 but it worked. It's exactly what I asked for. Saves the graffiti to the database. Loads when you load the page. :D The author of the github deserves some kudos.. that reminds me I should go star their repo.

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

      Update, kinda works on small projects. Anything big falls apart. Gpt decides to write two functions and calls it quits :D

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

      Coding AI is getting better by the day

  • @big8611
    @big8611 Год назад +46

    I wonder if we can do like a simulation between many agents like langchain allows and simulate a whole scrum team. Basically, set some requirements and then check the result. When the result is out then inspect the result and provide some feedback, if what already is coded is in memory then we could do a sprint in 5 mins maybe 😀

    • @matthew_berman
      @matthew_berman  Год назад +26

      I’ve been wanting to build this myself. 3 agents: 1 to write code, 1 to review code, 1 to write specs

    • @nekomatic
      @nekomatic Год назад +14

      @@matthew_berman They may beat each other up on the code review :D

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

      @@matthew_berman Hmm sometimes if there are too many agents the agents could get into an infinite loop. The only way out of the loop is maybe to reduce temperature, introduce some randomness, or something. Do you have a repo that you are working on?

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

      @@aoeu256 not yet. But I plan on building this in the coming weeks.

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

      ​@@matthew_berman Don't have the repo on hand but I feel like I saw something like that a week or three ago. It's all a blur now trying to keep up lol. Might have been on twitter. .. not really a helpful comment but I thought I'd mention it in case it pops up from a quick search.

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

    Thanks!

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

      Thank you so much!!

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

      My pleasure! You are helping my team keep up with these incredible tools!

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

    At 4:06, I keep getting the following error (in Windows) - "python: can't open file 'C:\\PROJECTS\\AI Lab\\GPT-Engineer\\gpt-engineer-main\\main.py': [Errno 2] No such file or directory" Does you have any idea of what I'm doing wrong? Thanks again for this amazing video!

  • @JohnLewis-old
    @JohnLewis-old Год назад +11

    You're one of the few AI reviewers I watch immediately and this is why. Just stellar projects and amazing command of the techno-sphere. Thank you.

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

    Awesome video. Short, to the point and no detail sacrificed. Cheers

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

    Freaking sweet. Keep up the good work I watch your content constantly because it is the most valuable of the many trying to share AI news

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

    Great tutorial, thanks! After a bunch of iteration I was able to get a pretty good working version of breakout going!

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

    I appreciate your fluidity and tonality. So well spoken and definitely helped me understand how to install and run everything. That being said I tried installing the gpt-engineer git clone before watching your video and failed to add the conda file in my terminal. My Terminal (MAC) isn't letting me move forward with the install. Hope to figure this out before I go crazy. lol

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

      I am having the same issues, sucks nobody helped you yet

  • @meinbherpieg4723
    @meinbherpieg4723 Год назад +11

    You probably won't see this but your videos are some of the best and most consistent quality content helping me to keep up with everything changing so fast. So thanks for all your work.

  • @iandanforth
    @iandanforth Год назад +13

    First off note that this uses GPT-4 by default, so costs can add up quickly.
    I tried to get it to implement chess. While it output a good set of files and classes it left much of the implementation as "# Add your code to implement specific movement rules for Pawn" etc. Just a comment without code. I then fed that generated code back into the system as part of `main_prompt` asking it to do the implementation and it failed to do so, outputting "# [IMPLEMENTED CODE]", which was kind of funny.

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

      lol did you get trolled by a chatbot?.. 🤣

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

      It's a good idea to include in the prompt something like:
      "Please note, I would like you to complete all of the code i.e Do not include #Add your code to implement..... blocks, make sure these are fleshed out"

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

    Thanks!

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

    This is an excellent demonstration of GPT Engineer! The ability to enter a prompt and build an entire codebase project easily is truly impressive. It's exciting to see the advancements being made in this field, and GPT Engineer seems to have taken it to the next level.

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

    Awesome stuff Matt! It's like Christmas everyday.

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

    It is crucial that we provide support for these types of projects to give them the encouragement they need and help them progress further..

  • @gsanto
    @gsanto Год назад +14

    If you are running on Windows, you will get an error when you try to use the EXPORT command. Use SET instead :)
    It only works if you have access to the GPT-4 APIs

    • @CesarVegaL
      @CesarVegaL Год назад +8

      Change model in def chat() model: str = "gpt-3.5-turbo",

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

      @@CesarVegaL yeah I changed it but gpt3.5 isn't really able to make it done, that's why I wrote It only works if you have access to the GPT-4 APIs.
      Save your time and don't try it with anything but gpt-4 :)

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

    You can use the pip command directly. It is the Conda environment that makes sure you use the correct version. Always.
    Great video!
    I appreciate you sharing your knowledge with us.

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

      I can get the same result without using Conda ?

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

    Hey Matt thank you for sharing all your videos.. Ive been following you for a week or 2 now and you make some simple easy to follow videos that we all love. Keep up the good work my bro...

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

    For some reason after activating conda, when I try "python -m pip install -r requirements.txt" I get this error from the terminal on my macbook: ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'. Do you have a fix for this or what may be occurring? Everything was working fine up until this point.

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

    Hey,
    When I cloned the repo, I am not able to follow along with the steps:
    python gpt_engineer/main.py projects/example ─╯
    Traceback (most recent call last):
    File "/Users/saymukhe/Personal_Code/gpt-engineer/gpt_engineer/main.py", line 10, in
    from gpt_engineer.ai import AI
    ModuleNotFoundError: No module named 'gpt_engineer'

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

    There is no requirements.txt file for pip, anyone else have the issue? It's not on GIT.

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

    idk if you know this, but at 3:03, you can run “code .” and it will open vscode in the directory you have open in the terminal.

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

      Thank you!

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

      @@matthew_berman since you using the insider's version, it's "code-insiders ."

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

    I am so happy you at 2:32 also tell how to create this missing requirements.txt file. For those who did not see it, there is a pip freeze > requirements

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

    Absolutely incredible 🤩

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

    when i got as far as 'python -m pip install -r requirements.txt' I had an error that it couldn't find the requirements.txt file. Where do i locate this file? I didn't see it in the repo for GPT-ENG.

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

    Is anyone getting this message; ERROR: Could not open requirements file: Errno2 No such file or directory: 'requirements.txt
    And am using the Anaconda Prompt(minicomda)
    Please help

  • @CesarVegaL
    @CesarVegaL Год назад +9

    Great job Matthew, As I don't have access to GPT-4, I have changed the model to gpt-3.5-turbo. It generates the code, but leaves everything in an “all_ouput.txt” file, nothing else. Then it's time to create each file according to what that document indicates, some adjustments and voilà, the game works fine.

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

      This should pinned too! It helped meee thank you!

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

      Can you post the steps you took to change Model plz, I changed in "def chat (model: str = ""gpt-3.5-turbo")" and got error [ openai.error.InvalidRequestError: The model: 'gpt-4' does not exist.

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

      Do you need to have premium to access the api ?

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

      @@stef4614 You don't need it because you define the model as gpt-3.5-turbo that is free

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

      @@stef4614 if you mean do I have a pay as I go Acc, yes

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

    I think if you made a simple stack overflow crawler you would get the same result from it. It's such an overused trivial task. It would be more representative if you tried to code something that doesn't exist yet. If you need some ideas to test future stuff on, I can send you some

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

      You mean something programmers already do?

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

    Bruh you are right on the bleeding edge of all of this and i'm on your coattails thanks!

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

    Hi Mathew, i really would like to figure out how to connect a locally running model, or a model in LM Studio to this. How might I do that?

  • @onelastadventure
    @onelastadventure Год назад +11

    You need to add the caveat that this is for GPT4. Not many of us have that API access. Would be nice to know before setting up everything. Otherwise great information on cutting edge projects.

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

      at this point you can kind of safely assume the vast majority of actually noteworthy projects use gpt4. Fun exercise is to fork the repo and try to make it work with 3.5 turbo lol

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

      @@markpfeffer7487 did u make it work with gpt-3.5-turbo? I'm trying here, kind lost actually

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

      Do you require premium to access the api ?

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

      @@ulissesmalanski514 been at work, haven't tried. I would be willing to bet it would take too much work and iterative prompting to make it worthwhile. Id wait for a wider gpt 4 api release for this one lol. Simpler tools that use gpt4 can be adaptable. Especially now that system messages actually kind of stick with 3.5

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

      @@ulissesmalanski514 Change model in def chat() model: str = "gpt-3.5-turbo",

  • @johns.107
    @johns.107 Год назад +3

    Great video. I went through everything and discovered one edge case for using the code base. The code requires a GPT-4 API key. Most users have access to only the GPT 3.5 Turbo API keys. To get access to the GPT-4 API keys, you have to request early access. The code will display a traceback immediately upon running the software and will say that 'gpt-4' does not exist even with a valid 3.5 API entered. Needless to say, I signed-up. Fingers crossed.

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

    So very cool, it will never be as hard/bad as it is to develop as it is right now.

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

      Yes. And engineers will become more productive with AI, not replaced by AI!

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

      @@matthew_berman Well, if a engineer lead usually had 3 junior developers write unit tests, he can now just do it with 1 text prompt in a tiny fraction of the time, so I think it may be not great for junior developers right now

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

      It just means the bar for required knowledge is raised. The many "software engineers" that code buttons and UI for web apps will now have to actually learn software engineering principles and system design

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

      @@MCroppered interesting take. For all intents and purposes I think you are completely mistaken. Autogpt was coded with chat gpt in 3 days by someone with zero coding experience. As these tools improve, the pre requisite experience requirements are being eliminated.

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

      @@x1expert1x you're mistaken. generative AI is the great equalizer when it comes to coding. junior+AI is roughly the same as senior+AI, with seniors having a slight advantage due to sheer experience (they're better at prompting), but that gap is closing fast and so is the paygap between the two

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

    I don't know python but your vids are inspiring - keep it coming :)

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

    Absolutely outstanding! Thanks for sharing such amazing content!

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

    Great video Matthew I am definitely going to try this. Thanks!

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

    Awesome Matthew! Doing the research and saving us time. Love it.

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

    Great tutorial. I really like this new project. Thanks for making the vid👍

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

    Great Video! Thanks for bringing this project to our attention (and I thought the 16k token news was the pinnacle for this week 😅)

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

    Hi, I tried installing conda but no joy, i have tried using CMD and github CMD and am lost as to what im doing wrong

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

    Can't even imagine where this will be in 10 years.

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

    Thank you for the video, I had to modify mine a bit but I did get it working.

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

    Excellent demonstration. Thank you

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

    I got an error ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'

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

    I love these updates and tutorials, thank you

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

    how many tokens the command cost?

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

      Oh good question, I’m not sure, I didn’t check.

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

      ​@@matthew_bermanYea, I wanted to know how much this costs. Does it use gpt-3.5-turbo?

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

      I just found out it has to use gpt-4 😑 Gonna be so expensive to use

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

      @@casperd2100 Not i think you can do a lot for 5 $ its credit based you dont need GPT plus ... but yea 8000 token per conversation limit could be a little problem to get good product

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

    I thought I was subscribed to more than enough channels on AI, close to a dozen.....but now I just added another 👍

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

    Haha, I love this. I literally asked if the snake game could be created with SMOL and then this came out.

  • @wwkk4964
    @wwkk4964 Год назад +11

    Now, imagine A third AI that uses GPT-Engineer and ChatGPT to actually automate the "clarifying questions" bit of the workflow.

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

      how can we connect that to something like spreadsheets on google

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

      have you tried auto-gpt yet with self feedback? should be able to integrate gpt-engineer..

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

      @@edeltobi ws thinking exactly that

  • @keithprice3369
    @keithprice3369 Год назад +28

    I'm not sure this is a fair look at the functionality -- esp when you say it's the only generator that was able to build the snake game in a single pass. The reason is because it appears the dev optimized this for the snake game -- we can surmise this by the fact it's the example project. I'd love to see you do a couple of other game gens, like maybe flappy bird. Or breakout.

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

      exactly. respect to the dev first and foremost, but there are lots of gaps left when you let the script loose on one of your own ideas. still amazing though.

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

      Yeah as soon as you start tweeking it kind of gets lost. I'd only had 3 runs. First with out tweeks which work but created a over simple game, trying to improve the game with more prompts kind of made broken games when parts where not implemented.
      I'd say next step in development would be a review function that can test and fix issues and complete parts that are not written. That would require a more rigid design imo.

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

      Common just found this channel, but if this is the type of content (trying to generate a game that is the example project...), will have to unsubscribe

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

    awesome. we need this kinds of videos

  • @JohnnyFom-tq8vv
    @JohnnyFom-tq8vv Год назад

    i got stuck at 4:10 , it keeps giving me this error. [Errno 2] No such file or directory

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

    App Digital Vending machines incoming 2024. Thanks for keeping the vid short bro.

  • @3rawkz
    @3rawkz Год назад

    A good prompt engineer knows to use openAPI to optimize and automate the creation of their prompts if they need a little push LOL but using chatGPT to further prime in this project is a total no-brainer! I love it, downloading now! also... SUBED!!

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

    Given snake type games have been around for 40 years or so surely an intelligent AI would just output an existing example of the game and then translate it to whatever language you want. How do we know it’s interpreting the prompt and writing the code from scratch as opposed to pulling an example etc.?

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

    Super helpful video 👍

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

    Matthew, on windows 11 and no requirements.txt was created or found. ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' Want to test this but stuck...

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

      Had the same trouble, turns out it's the "requires.txt" file inside:
      gpt-engineer\gpt_engineer.egg-info

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

    i wish this would use a local model instead of the API. but still cool to see. tnx for sharing.

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

    i'm getting a zsh: number expected error at 2:00 i can seem to figure out why

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

    Used "set" instead of "export" on windows to provide my API KEy but when I run the app it still says that I have not provided my API key ( i'm subscribed to GPT4). Any one having the same issue ?

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

      You can probably just edit the env file directly with your API key

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

    So well explained thanks very much . Greetings from James J in Limerick city Ireland 🇮🇪

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

    Can't fine the requirements.txt it's not on the folder !!!

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

    Oh wow, this is awesome!

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

    Works for trivial apps where you basically will not separate from the masses of other apps. And design is something it doesn’t at all.

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

    does it generate only python code, or others ? thanks for the video anyway...

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

    🤩 this is amazing stuff

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

    Inspiring! Great project! 👍

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

    When using windows, how do I get around the OS error no 22 Invalid Argument, where it shows a path to my workspace followed by \
    ight:

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

    where did he get the requirements.txt file from?

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

    I have reinstalled Anaconda 3 times now, and finally figured out to start from a (base) env on the c drive like he does. Then go through all the steps, create the new gpt-eng env within the base env using python 3.11.3
    Then I got to do python -m pip install -r requirements.txt and it just says “[Errno2] No such file or directory: requirements.txt”
    I don’t understand how the requirements.txt file is not present in my directory to install it. I’ve followed every step in this video exactly. Anaconda3 is added to my path and everything

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

      I figured out to just create one with conda list -export requirements.txt
      Did he have to do this too and he just didn’t show it in the video? Or is conda set up a certain way for him to where he doesn’t need to create the requirements.txt file?

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

      Nevermind the exported requirements.txt file still doesn’t work

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

    in my gpt-engineer folder and it does not have your prompt git:(main)
    C:\Users\Oscar Gaming\gpt-engineer>conda create --name gpt-eng python
    'conda' is not recognized as an internal or external command,
    operable program or batch file.

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

    Love your videos! It is too bad that you need a GPT-4 API Key, still on the waitlist :(

  • @Jibs-HappyDesigns-990
    @Jibs-HappyDesigns-990 Год назад

    nice!! yea!! very helpful & promising!! thanks & good luck!

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

    But it gets patched n filtered every split second. no?

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

    Very cool, it'll be even more exciting when it doesn't require chat-gpt & can use local & open source modes instead.

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

    Great Video! This result is really amazing. I do like that this model asks for clarification of information! That has been missing from many of the models. Also that this was actually able to make the "Snake" game that worked is just as you said Mind went Boom! hehe....
    I don't quite understand how this model doesn't have pre-existing code iteration... One possible work around... Could your prompt simply be something like "Improve my program called "MyProg" and then when it requests more info, paste in the program?

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

    Matthew teaches so much gpt I'm beginning to wonder if the headshot recording is AI'd as well XD

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

    Amazing!! Thank you!😀

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

    The repo link in the description is broken. It has an extra "t" on the end.

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

    you still need to be the engineer understanding the problem that needs building, to be able to explain it to GPT-engineer or even ChatGPT. Never built a snake game but by just guessing, I can conclude, its relatively simple. Maybe better example would be a Pacman game or Tetris. Those would be more complex. How about a side-scroller game? :P For a toy or a helping tool to give you ideas, yes, its good, but to build a complete software solution with thousands of requirements, I doubt so.

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

    For some reason i cannot join your discord when i go to accet it just takes me to another page

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

      Oh no...not sure why. Same thing on another computer or mobile phone?

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

    Yo Matt, new to the channel and love your videos man but I have a problem. When I try to run the pip install for the requirements.txt it tells me that it doesn't exist...

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

      Same here. Matt, It does not seem to be available in the repo folder anymore

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

    You the man now dog!

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

    Could this be used to copy
    Or replicate any mobile App out there??
    🤔🤔🤔🤔🤔🤔🤔🤔🤔🤔🤔🤔🤔🤔

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

    what kind of graphics card or processor you have? what do we need? Does it take up lots of space?

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

      You don’t need a graphics card for this. It doesn’t take much space at all.

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

      @@matthew_berman when you say "open up terminal" what terminal is that? Cuz a regular cmd terminal, "conda create --name gpt-eng python=3.11.3" that isn't working, says I might have anaconda's url somehow blocked?

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

    It says conda isn't recognized... and before you ask yes I have downloaded, installed and set the environment variables for conda... so what could be the problem?

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

    Matthew you are awesome and your content is great 💯💯 Thanks to share your knowledge with us 🥳 Keep doing this great work, you rock man 🤘 Plus +1 subs.

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

    Hey I'm using powershell and I'm having problems on the example part. What do I do

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

    Top RUclips channel I follow these days 🙌 I’d like to find a tool that actually executes the Python code and resolves errors as it encounters them, any recommendations?

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

    User: Given that LLM like you are able to write software, soon the job of software developer will become outdated. If you were a developer what would you do given that sooner of later all the fields will became more or less automated?
    Gpt: As an AI language model, I don't possess personal ambitions or intentions. However, I can provide some guidance on how software developers can adapt to the evolving landscape of automation and AI technologies.
    1. Embrace automation: Instead of viewing automation as a threat, embrace it as an opportunity. Learn about emerging tools and frameworks that automate repetitive tasks in software development, such as code generation, testing, and deployment. This allows you to focus on higher-level tasks that require creativity and problem-solving.
    2. Cultivate unique skills: As automation takes over routine programming tasks, it becomes essential to develop skills that complement automation. Focus on areas like architecture design, algorithm optimization, data analysis, machine learning, and human-computer interaction. These skills require critical thinking, domain expertise, and creativity that are difficult to automate.
    3. Keep learning and adapting: The field of technology is constantly evolving, and staying up to date with the latest advancements is crucial. Continuously learn new programming languages, frameworks, and tools. Explore emerging technologies like blockchain, virtual reality, or Internet of Things (IoT), which are likely to offer new opportunities and challenges.
    4. Collaborate and specialize: As software development becomes more automated, collaboration and specialization become increasingly valuable. Engage in cross-disciplinary projects that require collaboration with experts from other domains such as design, business analysis, or data science. Specialize in a specific industry or niche, where domain knowledge is essential and automation is less likely to replace human expertise.
    5. Emphasize soft skills: While technical skills are important, soft skills will continue to be highly valuable. Develop skills in communication, problem-solving, leadership, and project management. These skills are essential for effective collaboration, managing teams, and understanding user needs.
    6. Adapt to new roles: The role of a software developer may evolve into new areas such as AI ethics, data privacy, or software consultancy. Stay open to exploring new roles and opportunities as the industry changes. Consider pursuing advanced degrees or certifications to enhance your expertise in specific areas.
    Remember, automation and AI are tools that can enhance the work of software developers, not completely replace them. By adapting and evolving alongside these technologies, software developers can continue to contribute to the industry and find meaningful roles in the changing landscape.
    But yeah you're fucked

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

    Is there such a thing, with all these Engineering/coding AI assistants, as all the prompts and the generated code being kept and accessible to the chatbot creators, so that they actually harvest all the possible algorithm/code ideas from the users, to use them for themselves as they want ?