Это видео недоступно.
Сожалеем об этом.

AutoGPT Tutorial - More Exciting Than ChatGPT

Поделиться
HTML-код
  • Опубликовано: 14 авг 2024
  • In this video, I show you how to use the latest breakthrough in AI innovation, AutoGPT. This is a step by step tutorial.
    🧠 The world's leading AI newsletter: neuralfrontier...
    AutoGPT Github: github.com/Sig...
    Download Python: www.anaconda.com/
    Download VisualStudio Code: code.visualstu...
    Find your OpenAI API Keys: platform.opena...
    Add OpenAI Billing: platform.opena...
    🏦 Form your LLC: santrelmedia.c...
    💻 Create a website on Squarespace: santrelmedia.c...
    💳 Best Credit Cards For Businesses: cardonomics.co...
    ⏰ Double your productivity with this software: santrelmedia.c...
    Follow us on Instagram:
    Nate: / nateobrienn
    Mike: / mikeobrienn
    SUBSCRIBE: / santrelmedia
    Summary of steps:
    Install anaconda
    Install visual code
    Open terminal
    Download stable not master from github
    In command line, navigate to the folder, then type “conda create -n auto-gpt python=3.8”
    Then cd into the auto gpt master folder which was downloaded from GITHUB
    Open visual studio code, cmnd+n to open new, then cmnd+shift+p for command palette
    Type “shell” then select install to path
    Type “code .” in terminal to open VS code
    Save workspace as
    This will install your environment, then you can activate it with “conda activate auto-gpt”
    In terminal, type “pip install -r requirements.txt”
    Open readme.md then right click tab and open preview
    Type cp .env.template .env
    Then type code .
    Open .env in VScode
    Copy and paste your API from platform.opena...
    Remove hash for Use Mac
    Save it
    In Terminal, type “sudo xcodebuild -license”
    Enter your pw
    agree
    Add billing to platform.opena...
    In Terminal, type ./run.sh
    Customize your auto-gpt!
    Some Terminal commands you may want to know:
    Cd [navigates to the folder path you type next]
    Cd .. [goes back one]
    Ls [lists everything in the current folder]
    Python [opens python]
    quit() [quits python]
    Clear [deletes everything on the screen]
    TIMESTAMPS:
    0:00 What is AutoGPT?
    2:50 What do I need to run AutoGPT?
    4:13 Getting started
    5:45 Downloading Python and VisualStudio Code
    7:05 Configuring in Terminal
    9:10 Reading the ReadMe markdown file
    10:45 Adding your OpenAI API key
    14:50 Running AutoGPT
    DISCLAIMER: This video and description contains affiliate links, which means that if you click on one of the product links, I’ll receive a small commission. This helps support the channel and allows us to continue to make videos like this. Thank you for the support! Everything in this video is based on information we learned from online resources, our own experience, and books we have read. Please do your own research before making any important decisions. You and only you are responsible for any and all digital marketing decisions you make. Thank you for watching!

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

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

    LINKS:
    🧠 The world's leading AI newsletter: neuralfrontier.beehiiv.com/subscribe
    AutoGPT Github: github.com/Significant-Gravitas/Auto-GPT/releases/latest
    Download Python: www.anaconda.com/
    Download VisualStudio Code: code.visualstudio.com/
    Find your OpenAI API Keys: platform.openai.com/account/api-keys
    Add OpenAI Billing: platform.openai.com/account/billing/overview

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

      😊

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

      Is there a way to start over? I did everything correctly with set up but my computer updated to Ventura and now the terminal does not recognize Auto-GPT. How do I repeat the process or repair it? Please help. it says "zsh": command not found. In the terminal, it does not have (base) before my name.

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

      thought newsletters ended in 2005 lol if they aint , let me know i have thousssssands in my lists lol

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

      & power shell cant find CONDA?

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

      Dude you are a legend, tried like 5+ tutorials and yours only one that worked, subbed and liked. Looks like the step where make the auto-gpt env is key as was missing from the other tutorials. Keep up the great work 🔥

  • @isaacchew9052
    @isaacchew9052 Год назад +119

    Great tutorial! Perhaps a follow-up tutorial on connecting & integrating various API to showcase the true power of AutoGPT would be great.

    • @SantrelMedia
      @SantrelMedia  Год назад +42

      Yes I am already working on such a video!

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

      @@SantrelMedia its 100% point;less without them

    • @HURRY-UP-N-BUY
      @HURRY-UP-N-BUY Год назад +3

      @@SantrelMedia Drop that Video ASAP!

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

      @@SantrelMedia I said DROP IT!

  • @GyanWrap
    @GyanWrap Год назад +29

    Awesome tutorial! A follow-up tutorial on integrating various API to unleash the full power of AutoGPT would be amazing.💪

  • @paddytube
    @paddytube Год назад +66

    This sounds and starts off great, but then it quickly falls apart for the average user, like pretty much all of those "let me introduce you to coding environments, I'll take it step by step and make it super clear" videos. Then ~7 minutes in, steps are taken super fast without explanation whats going on, so if something doesn't look or work exactly like in the video, the user is lost.
    Especially for Windows users it is pretty much impossible to follow along atm. Please put "Mac users only:" or something in the title to save many of us time or better yet, do the same video for Windows as well.

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

      Bro just ask chat gpt and stop complaining

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

      Yep, exactly. It's the case with many, many tutorials. They start explaining the obvious stuff in detail, then, when detail is needed, it's all skpped. : / Miserable.

    • @theclozer
      @theclozer 24 дня назад

      I agree

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

    You did a good job but you need to add some clarification for Windows:
    1. CTRL SHIFT P
    2. "SHELL" is not needed on windows 11
    3. We need to install Git

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

      did it work for you in Windows? what's next after installing Git?

  • @davidvillanueva7638
    @davidvillanueva7638 Год назад +239

    Hi Mike. Thanks for sharing. It was frustrating doing the install with Windows because you did not hit all the caveats and differences between Apple and Windows for installation. You did not state that the "sudo" command is just for Apple and did not mention what Windows users were supposed to do to run the program. As a newbie to this tech, I spent quite a bit of time figuring our how to proceed further. If you are going to state the video is for both Apple and Windows users, then you should make sure that Windows users are not left in the dark at some places, or change the title of your video to state for Mac. Just some honest feedback. Thanks.

    • @Lowlin85
      @Lowlin85 Год назад +31

      Great point, same issues for me :)

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

      well feel free to share what you're supposed to do with that xcodebuildlicences command, I'm still stuck :)
      UPDATE: on windows you seem to be able to leave that part out.

    • @jj-icejoe6642
      @jj-icejoe6642 Год назад +3

      Winbloat ! It also works on Linux

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

      he shouold pay us for tryigng to use this stuff. pain in the ass

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

      agree with u. i run in windows and not using anaconda.. so when he type that "conda activate..." hahaha.. i just stunned🙄 there. he activate the virtual environment (i guess). so i skip that line and once set the openai api key, i just shoot the run.bat then voila.
      From my trial/test following this tutorial, i can't make the autogpt to write to the provided word doc (i created first). While the vid showed using a txt file, but i didnt see he showed the result in diet.txt either. i am curious to that, since the autogpt is not able to write or reach the os I/O area. perhaps this is only me.😔

  • @santiago40654
    @santiago40654 Год назад +20

    Me considero exitoso en el comercio con la ayuda de mi corredor que administra y procesa mi cuenta comercial y me brinda ganancias increíbles. Sus estrategias son de primera categoría junto con la pequeña comisión ella cobra por su comercio. Puedo decir inequívocamente que el comercio de criptomonedas o de divisas es uno de los negocios más rentables y lucrativos para todos los inversores con el experto adecuado.

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

      El comercio es muy rentable con la ayuda de un corredor experimentado que administra su cuenta comercial

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

      Invertir en activos es el código de trucos para tener una vida financiera exitosa...

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

      Para evitar pérdidas durante el comercio, debe obtener una comprensión y un conocimiento completos del comercio y la tenencia.

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

      @@criptografiaolivia Tienes razón... la mayor parte del tiempo tener conocimiento o perspectiva sobre una actividad en particular también puede ser un ejercicio placentero.

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

      Eso es cierto, la mayoría de las personas hoy en día han tenido muchas fallas en el sector comercial debido a la mala plataforma y la mala orientación.

  • @tinytowntrainstv
    @tinytowntrainstv Год назад +71

    All it needs is an actual user friendly interface... no doubt that is coming... thanks.

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

      I plan to use it to make a more intuitive friendly interface for myself. Afterwards, possibilities are endless.

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

      There are many

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

      It’s already here. AgentGPT springs to mind (all web based). If you are just a user that’s fine, but knowing how to set one up yourself on the backend is super useful if you are trying to take this further (and have concerns about your data remaining private).

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

      I know just the program to write one, it's not out of its League I've already got it to write its own GUI

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

      This sounds like an opportunity for you to ask it to make one 😜

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

    Right at the beginning of the install, 6:53 and already not working. No explanation of how to get the "coding" tab and when I type "shell" it says "no matching commands". Not step by step when you have cuts and things aren't a fresh install and you don't walk someone through it.

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

      Same....I'm stuck in the same place trying on Windows

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

    im on windows. when i type "conda create -n auto-gpt python=3.8" I get "
    The term 'conda' is not recognized as the name of a cmdlet, function, script file, or operable program. Check
    the spelling of the name, or if a path was included, verify that the path is correct and try again.

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

    Got stuck when I searched for Shell in Visual Studio, there was no shell options to click...I tried manually entering into the environment variables, but no luck.

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

    Everything was going smoothly up until this point, "xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory
    '/Library/Developer/CommandLineTools' is a command line tools instance". What steps should I take next?

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

      Same here, would be glad to know the turnaround

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

      same issue, lookin forward for some help here

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

      Same issue here, does anyone have a work around as im still using Monteray so cant install the most updated version of xcode

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

      I had the same issue. Ended up figuring out that Terminal was looking for Xcode in my Applications folder but it was still in Downloads. Moved Xcode to Applications and all fixed.

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

      @@tacmorris I have xcode in the apps folder and am still getting the error?? Should I change the directory or something? Any idea

  • @JBS-ke9pr
    @JBS-ke9pr Год назад +5

    Wow!! You are AWESOME! I am just trying to learn about how to use tools and apps to build a website. I’ve no experience with any of this. You and Nate are going to be my new mentors. I’m going to watch all your videos (over and over) and learn. I can’t believe how intelligent you two are. You earned the success you have !! Thank you so much for giving back knowing the rewards teaching this way. Jim in San Diego

  • @YehNahh
    @YehNahh Год назад +244

    The first 21 minutes it's basically a demonstration of using a script to run chatGPT.... After that he goes into the actual meat-and-potatoes of what we came here for but doesn't demonstrate 😑

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

      😅 that's exactly what it is it's just a prompt script using an array of plugins. I'm guessing with more complicated tasks you are going to undoubtedly get conflicting answers as a result of the multiple sources.

    • @bridgetgidget1446
      @bridgetgidget1446 Год назад +39

      Thanks I won't waste my time now.

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

      @@MetaWabbit Wow you're a brainiac

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

      Not at all. Initially it teaches you how to install and get AutoGPT running. Many came here for that (I did), and then it gave a brief demonstration of what it can do. Totally worth it.

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

      Unfortunately he missed the best way to use this, say Y -8 for example and it’ll then follow the next 8 steps before asking you again to continue. This is the smart way to use this. Of course his example was a bit silly because like he says at the end it was an example that would work the same on the usual chatgpt

  • @vaonase7333
    @vaonase7333 10 месяцев назад +5

    When I try to install requirements.txt (pip install -r requirements.txt) i get an error saying "No such file or directory". Is anyone getting this. Also on the latest AutoGPT readME file v0.0.10 i dont see the configuration instruction you show at 9:43.

  • @shimshimma
    @shimshimma Год назад +23

    For the last step when you're using windows, there is no command for "sudo" instead use "runas"

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

    Wow!!! I’m 64 years old and man’o’man I’m I learning fast …great tutorial…Thanks for sharing….Alex🇬🇷

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

    Dude you really sent me into a rabbit hole you said the shit was easy and it turned out to be way harder than that. Also you're using everything on Mac and it's different on windows I downloaded visual studio code and once I get to the shell part there is not even a Way to create a path on my computer. Let me guess you say it's super easy but then when it's specific Blockades that come up and you have no experience doing this it's not something that's that easy I give this video a 2 out of 5 because you really stretch the truth on how easy this can be done. Also the understanding of it. Whilst it looks easy on the surface for you for people who don't know anything about code this is pretty challenging

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

      I basically downloaded all this garbage on my computer now that I don't even know how to use. And when I look up on how to even do this auto chat GPT it's a whole bunch of different fucking shit. And then on top of it it's all a bunch of commands if something is better and more advanced should I be able to speak to it as simplistic as the last version Jesus Christ

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

      I'm stuck too right after installing visual studio code. When I open it, it looks a little different that in the video. To the left were it says "Explorer" I don't see "Coding" like his in the video. I was able to pull up the search but typing "Shell" prompted no results. UGH.....

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

    great tutorial, when i arived at the sudo xcodebuild -license it rejected the request because i don't have xcode. Is that necessary for autogpt?

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

    this "tutorial" lacks a lot of info for windows "conda create -n auto-gpt python=3.8" does not work. there is nothing but blank pages when I open the Visual Studio, can not do anything lol.

  • @witness1013
    @witness1013 Год назад +56

    I love how it constantly get's stuck - doesn't return valid responses, and costs lots of $. So awesome!

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

      This is what I suspected the outcome of this would be. Not so much it getting stuck, but I figured this would be expensive to realistically setup and use. API tokens and what not.

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

      Exactly 💯 😅

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

      Gpt 3.5-turbo is the only feasible business model at the moment, anyone who tells you otherwise doesn’t understand scaling implications. If google can’t afford 2 cents per click how are you going to afford 20?

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

      Yeah, I was quite disappointed. I asked it to create a simple app with React frontend, Flask API backend, sqlite DB. And it got all confused trying over and over to dump things in /app and failing because it didn't have access to the root directory. Even when I told it to only use relative directories off of its current, which it did listen to, then it kept putting unicode characters that weren't legal. I could get it to stop doing that, but it immediately went back to trying to do things in the root directory. I think it shows some real promise, but its not usable right now.

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

      Bruh it's so cheap wtf

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

    Few issues but good tutorial -- if you're using a mac make sure you have xcode and during the anaconda installation you may have to change the installation drive to "user only"

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

    Interesting but as you say you can do all this with ChatGPT now (I did this in December for instance). Perhaps a good follow up would be demonstrating connecting different data sources and getting it to analyse and then output to something like a Doc or Spreadsheet. Something that may be interesting (and get you views), maybe analysis of a stock price based on date, time of day etc, showing the fluctuations in a price (like when the Fed makes an announcement). All that data is available on the Internet so should be usable in a scenario.

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

    Thank you Mike. Great instruction and video. I had a few unexpected results, such as missing Xcode (I downloaded it from the App store). But what was helpful was the red error messages generated by the requirements install script. An internet search revealed the solution in each instance. My intention with AutoGPT is to create a language tutor to practice audio conversations in Italian and Hindi.

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

      Having the Xcode issues myself to be able to agree to terms of service

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

      @@TylerChalk were you able to resolve this issue by chance?

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

      @@TylerChalk same here, did you get the code?

    • @Max-rf5xb
      @Max-rf5xb Год назад

      @@TylerChalk Same here, any ideas on how to proceed?

    • @bruhseriously-_-
      @bruhseriously-_- Год назад +1

      is it the infamous...
      xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance?

  • @0xadamg
    @0xadamg Год назад +9

    This was great. I’ve watched more of these tutorials than I care to admit. Thank you 🙏

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

      not very good then :(

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

    you should mention that if you download anaconda or python into any directory other than default then you should also change your environment path variable

  • @thegrimreaperuk
    @thegrimreaperuk Год назад +12

    I created a Windows 10 Virtual Machine (Hyper-V) and installed it on there, so that it didn't interfere with all the other software that I have installed on my main PC, e.g. Python, PyCharm, Pip, Stable-Diffusion, Desktop ChatGPT etc - it's nicely fenced off and I can reset it in a heartbeat if there are any issues.

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

      That's like using Thor's hammer to nail a small hook for a painting.
      Before you create a virtual machine, you have virtual environments, condas, dockers. And if your concern is that the AI will break out, it wont, unless it has a given purpose, it is as inert as your computer idling, unless somebody runs a remote client...

  • @petersonclipshare
    @petersonclipshare Год назад +32

    I got it cloned and ran it a few times with some interesting results. At one point, with the goal of "obtain self-awareness", it connected to the Emotion Recognition API and had a little chat where they discussed the plausibility of interfacing with sensory input devices in order to achieve the goal. It started to download a bunch of html from the internet instead of just reading it online though, so I shut it down.
    Do y'all think it could take my credentials to farm in Runescape, or would it have to play using an API or something?

    • @__-fi6xg
      @__-fi6xg Год назад +2

      too bad, i wish you could tell us how it went for chatgpt with downloaded eyes.

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

      @@__-fi6xg
      Here is one of the later tidbits:
      Machine learning algorithms can be used to recognize and interpret human emotions in various forms, including facial expressions, speech, and physiological signals. One article that caught my attention is titled 'A machine learning model for emotion recognition from physiological signals' by M. A. Hossain et al. The article discusses an approach for emotion recognition using biosignal processing and machine learning techniques. They developed an instrumented glove with two off-the-shelf sensors to acquire PPG and GSR signals, which were recorded on volunteers while they were watching video clips for emotion elicitation.
      I'm having it make a LoTR inspired text-based game right now and if it works I will let you know. Would be cool to see it actually make something.

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

      You gave it a goal of gaining self awareness. Have you even seen Terminator?

    • @shoaib.siddiqui533
      @shoaib.siddiqui533 10 месяцев назад

      Can i clone without api?

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

    Was so excited to follow along but got stuck multiple times and had to get Chat GPT's help to proceed. Right when I think I'm about to run Auto GPT, there's an error "ImportError: Failed to initialize: Bad git executable." So I need to install Git first, and still stuck on getting it included in the PATH...

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

    Hello,
    Someone could translate the full process to WINDOWS what is this >shell command for? Also, the cp command is not recognised....I am lost :(

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

      Sorry but you got the "cp" wrong it is actually "cd". Just trying to help you out.

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

      use copy instead of cp

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

    Thank you for the awesome initiative but, unless I'm missing something, something is broken! At around 15mins in, you say that you did 'conda activate' but I can't find it anywhere. In addition to that, there are probably a couple steps missing before you can do 'conda activate', such as either adding 'conda' to the path or doing the 'conda init' thing (which I am not entirely familiar with, since I'm using Anaconda for the first time (and only because you did). This means that 'conda activate auto-gpt' does not work and I can't figure out why. Would you please double-check it if there are steps missing in your video.

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

    Went great. Surprise was that I had to install Xcode just for the license agreement. Thank you

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

      I just got that same error message… how do you do that? Haha i tried pip install Xcode and got nothing

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

      @@Freddy_v yes redo the command to agree to the licence

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

      Thanks, was my question too!

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

      @@thierryroullier8401 I had this issue and after I Installed Xcode from the App Store, I tried to run the command again and still get the error: "xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance"
      Any ideas? I was following the set up step by step but can't get passed this point. I agreed to the license when I installed Xcode, wondering if that's enough and I can skip this part?

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

      No. You need XCode for various command-line tools. You're agreeing to the licence in order to use those tools ... Not installing XCode because you want to agree to the licence.

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

    Awesome tutorial! A follow-up tutorial on how to install AutoGPT for Windows will be of great help.

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

      Do you know what to do after all the tools are installed? Like what do I actually write in windows PowerShell to get started where he went? I'm not a programmer😬

  • @MadMonkMani
    @MadMonkMani 6 месяцев назад

    The AI landscape is truly amazing. There is such a volume of tools and emerging markets that You can be swamped in tools and never even hear of something that has been around and growing. There are other emerging tools that I have seen like this and it's interesting to get to explore how this landscape is constantly changing.

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

    I'm form Argentina... Love your video, grate sob and Thanks!!! Keep up the godd work!!

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

    Got it to work! Thank you! Really good video but suggest you make a different video for getting it to run on Windows computer.

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

    What an excellent video. Just at the right pace, just what you need to know and a fantastic starting point. Early bird gets the worm!

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

    Great start on Leading us on how to get started, but I need more examples on how to take advantage of the additional features versus just ChatGPT.

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

      We're planning on making some more videos with more advanced examples!

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

    Grrrrrr... your video is 3 weeks old and you were good to go with python 3.8. Now it requires 3.10. Can't install it for now in my pipenv. Very good video. Thank's

  • @SATCOMM.X
    @SATCOMM.X Год назад

    I just wanted to say, your under no obligations to do a video on this subject whatsoever. No one paid you for your services, I've read some of the comments of the intelligent people who have suggested that you should have told them this and you should have told them that as if you were required to do so and they weren't required to do their own research. I wish to apologize on their behalf, because you did not need that grief and it could have been delivered in a more cordial matter. I have an attempted the instructions, and even if I did run into a problem, I would simply just asked GPT to help me scalded or go to bard, and get that so-called AI system to help me solve whatever problem I ran into. I also want to thank you for taking the time, the information will prove valuable and has proved very helpful. No need to respond back, I just felt you should know.

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

    You thus far are the best in walking a newbie through installing with programming you did mess up when it came to sudo in windows its runas i had to look it up , anyway yeah man make some stable diffusion videos because i still cant get that to work

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

      I tried asking GPT-4 what the windows version of sudo was and it told me there was "no windows version of sudo" so i got stuck there lol

  • @user-pj9gp7kk1w
    @user-pj9gp7kk1w Год назад +1

    it was all good till minute 15:20 were we have to use "sudo" to accept the terms of the license. the system doesn't recognize the term "sudo". I'm using a windows 10 64bit, after some googling I tried with "runas" and nothing. Can you advise? Thank you

  • @alexandrasanches-fearsnomo3422
    @alexandrasanches-fearsnomo3422 Год назад +8

    Hi, what a wonderful tutorial. I followed each and every step, but failed the installation when arrived to anaconda, receiving a message error. I looked for the chat group of python and discovered several persons encountering the exact same issue, having now a Airbook Mac OS, Ventura 13.3.1. I tried all the versions of python and anaconda. Pease please please do help us to succeed this task. Big hug!

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

      Having the same problem here.

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

      What’s the name of your auto gpt file?

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

      If you're new to terminal like I am, I had the same issue. The video has a typo. If you installed Python for your Mac successfully, then open terminal and type: python --version (it's two dashes not one)This will tell you the latest version needed. As of this entry it was python 3.10.9

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

      @@mpdstudios Thanks for sharing!

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

    At the 6:42 mark you lost me, the cut seems misplaced, but I may be wrong

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

    Thanks for your video, I was able to get up to the steps before you accept the license and then it asks me to download Xcode command line developer tools, is that correct?

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

    I run a boutique hotel and I'm slowly finding ways to speed up reporting and accounting tasks. It's also been useful for summarizing franchise requirements documents, making training and sop docs etc.
    What I really need help with is how to permanently store data for GPT to access in a way that won't put proprietary data at risk.

  • @ella.design
    @ella.design Год назад +8

    An exceptional tutorial. Unfortunately, it is not for beginners. I installed VS Code but the >shell command did not generate anything in Windows, which is why I couldn't proceed further and view the tutorial until the end😥

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

      I recommend asking ChatGPT for help whenever you run into issues with this project! It can provide custom answers and help you through everything

    • @ella.design
      @ella.design Год назад

      @@SantrelMedia thanks a lot for the feedback

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

      I had to use anaconda prompt instead of the windows powershell to get past the shell command part

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

      @@joeyeager9555 heyJoe, can you please tell me how you did that?

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

      @@SantrelMedia Not everything, as you need to follow its instructions and even then it may get confused and mess something up.

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

    Chatgpt blew up the internet when it was officially launched and autogpt is no exception with great interface and amazing ability to complete task. this is such an amazing content.

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

    This is good info, Mike

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

      I thought he was you for a second lol

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

    Wow. After watching this I now feel left behind which is far from the truth but I've never done my coding. Ive never even typed on a command prompt screen/page. I 8ntrnd to watch this again with my own computer and follow along. Although I'll probably have to keep repeating you working over and over until my page is complete. Anyways, I want to use As AUTO GPT to help me with my paperwork. And create a weekly menu for myself also! You are very smart young man and doing a
    very Good job.

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

    A LOT of you guys are really ungrateful. Rather than spend time and do your own research, this guy has gone through files, made Tutorial video for you and listen to yourselves! Complain, complain, complain! Ungrateful people.
    Mike, Well done!! A lot more people are grateful for your video.

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

    Hey so i just got the AutoGPT and i installed it and tried it but i then closed the cmd wher eit was running how do i start it again

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

    For windows users, you don't need to worry about the VS Code path part, but you DO need to add the Anaconda PATH:
    Add: C:\Users\{YOURUSERNAME}\anaconda3
    To the path and the command is _conda not just conda

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

      AAAAAANNNND you need to add C:\Users\{YOURUSERNAME}\anaconda3\Scripts to your path for pip to work....

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

      Ok finally got it launched. You need to add this environment variable:
      GIT_PYTHON_REFRESH=quiet
      Was able to get the auto-gpt prompt from there. Who knows what'll break next! YAY

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

      Helppp!! Where do I add this on anaconda? Or do I add it somewhere else? Very stuck on this section :)

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

      @@jprince117 you can add environment variables by going to advanced system settings.

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

      @@sfchrisgleason Do you know what I use as the variable name and variable value?

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

    Thank you so much, man! This is the guide I was looking for. I am fascinated by the possibilities of Auto GPT, but now as a non-programmer I am afraid of the terminal interface. Is it possible to make a user-friendly shell with an intuitive interface for this?

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

      Hee hee hee! I am the same! And, what is a "shell"? And what is an interface? Lol I am no good at this yet!

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

    What's the free alternative to OpenAI API step?

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

    Thanks for the excellent instructions. They are simple and easy to follow.

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

    I would make sure to "conda activate auto-gpt" or whatever you have called your environment before pip installing the requiremets

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

    It doesn't find ">Shell command: install 'code' command in PATH" when i whrite it in VSCcode. I did the Command+shift+P to whrite it but there is no matching command ... does anyone have an idea why?

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

      Same here. I'm on Windows and got stuck there

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

    Did you mention how to set up path on Win?

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

    I went all the way to the last step: .
    un.bat, and it couldn't run all the way through and stopped at "ImportError: Failed to initialize: Bad git executable".

  • @Weltmacht011
    @Weltmacht011 11 месяцев назад +1

    there were so many problems coming up when I was trying to follow this Tutorial. The readme file looks totally different, as it shows here. How much is this Tutorial still valid?

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

    Can anyone help me? I have tried this on windows and when I look up "shell" in VS Code it does not come up. How do I fix this?

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

    Fantastic incredible superb awesome phenomenal santrel praises God bless 😅🎉🔥🏆✌️

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

    Thanks for the excellent review. I'm affiliate marketer and is where I'll use autogpt.

  • @valentinawazir6493
    @valentinawazir6493 8 месяцев назад +1

    cannot find the requirements folder to finish the installation...it's missing..

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

    The " conda create -n automotive python=3.8" is apparently not recognized in powershell

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

      Use the anaconda powershell

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

      @@djchrisaustin thanks, mate!

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

      I skipped this step on Windows

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

    Do I have to pay like do the billing for the AutoGPT to work?

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

    Great video!! P.S.: Got stuck at xcode step as it turned out my Mac did not have it installed. Installing now and hoping to be able to continue progress. May be worth mentioning it in future videos since my guess is many may get stuck on that step. Thanks for the amazing content

  • @user-ql6sz1ci7z
    @user-ql6sz1ci7z Год назад +2

    I am getting the error "tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance" after running the "sudo xcodebuild -license" on terminal. I have installed xcode on my mac and agreed to the licence but still getting this error. Any way to bypass this and proceed?

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

      I have the same problem... don`t know what to do next..

    • @janisb.9986
      @janisb.9986 Год назад

      The same problem on Macbook Pro M1. I resolved it by installing Xcode from appstore

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

    I have installed anaconda but my terminal is saying python is not installed why is this?

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

      If you're on mac, in terminal, try typing python3 instead of python

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

    Great video Mike. One important issue is you need to have macOS Venture installed in order to make it work. I did not have Xcode installed in my Mac and when I tried installing it, it wasn´t compatible and I had to do a system update. Otherwise waiting for your next video on integrating APIs. Thanks!

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

      Oh shoot, won't work unless you have Ventura?

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

      Is there any way of installing it without macOS Venture?

    • @2namesmusic
      @2namesmusic Год назад

      Definitely wish this was mentioned up front.

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

    Hi Santrel. I followed all the steps on my mac mini, but when it came to entering my password in the terminal I got this. xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance. Can you help me please

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

    When I downloaded VisualStudio, there is nothing in the explorer. What am I missing?

  • @theclozer
    @theclozer 24 дня назад +1

    Dude I really wanted to install the whole deal but you lost me going back and forth from windows and apple. I'm running win10? Could you please send me or make a video doing this on windows 10?

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

    Windows check start menu for anaconda terminal - not powershell

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

    So what if your goal is to write book? I could just use chatgpt 4 via bing correct?
    I wouldn't need to set this up if that was my main goal? Or would I benefit from this at some point during the book creation?

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

    Do you need xcode installed? I keep getting xcode-select: error: tool 'xcodebuild' requires Xcode, after I run sudo xcodebuild -license

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

    I made it all the way through. Jumped through some hoops when I didn't have Python and needed Xcode. I had it working, but just like your screen showed there was some error with not being able to write into the .txt document. I tried some workarounds for that but unfortunately ended up screwing something up. Now it says no such file or directory when I try to go back in to start fresh.

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

      I recommend using ChatGPT to help debug or identify any errors. Perhaps your file was in use or the necessary permissions were blocked

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

      I believe the issue lies in your env file.
      The top of the env file has a section that says “run local commands = false” set that to true, hope that works!

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

      and more wastsed hours

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

      @@shadi5885 "execute" local commands

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

    I’m going to use Auto GPT and Chat GPT to build and scale Businesses!

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

    Thank you Mike. Great instructional tutorial. I will try this out and run it to micro-shred proposals to identify subtle requirements

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

    Bro at 7 minutes you go super fast, zoomed in and giving Mac shortcut keystrokes for some sort of instructions for what I'm not sure. What are these exact instructions for a PC and not so zoomed in and not so fast. Thank you very much and so far I am really enjoying your video.

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

    do you happen to know why the shell command won't show up on the "ctrl+shift+p" search bar in visual studio?

  • @user-sl4xw2rz9v
    @user-sl4xw2rz9v Год назад

    easiest sub ever. Great video! I'm going to go binge watch your content now :) (marketing coordinator here)

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

    What I’m finding is that you have to ask it to do tasks that one human could easily accomplish if they knew how to do a task and then it has no problem doing whatever.
    What I’m excited for is parallel task management and background task management.

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

    Just tried this on windows. I needed Github desktop installed and a PATH to githubdesktop. I also had to copy and paste all the files, so they were one directory down, not two (I know you can CD twice into the directory) after I unzipped into the folder. Once I got past the errors process-start run.bat wroked

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

    Hi Mike! I'm using Windows 11. What is the equivalent command for "xcodebuild license" in Windows 11?

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

      This is where I got stuck too! I'm also getting a Bad git executable error.

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

      You don't need to agree to XCode licenses on Windows. At all.

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

      @@halfsourlizard9319 Thank you very much! I was stuck there too.

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

    I have a question about the tutorial!!
    At 6:53 into the video, the part where you say to:
    {{ Open visual studio code,
    cmnd+n to open new,
    then cmnd+shift+p for command palette,
    Type “shell” then select install to path,
    Type “code .” in terminal to open VS code,
    Save workspace as }}
    ~~~~~~~~~~~~~~~
    I'm on Windows 11. I'm not getting the same results in the command search when you search for "Shell".
    I do have a understanding of coding, just not Python (yet). I know HTML, CSS and a bit of JavaScript but I used Sublime for my text editor so I am mostly unfamiliar with VS Code.
    How would I make this work for Windows 11 using VS Code just like you did with Mac?
    I'm following along right now so I'll just continue on. I assume that you're doing this so we can access AutoGPT within VS Code right? So hopfully I can still use this method without doing so for now..... lol
    I'd greatly appreciate your, or anyone elses help.

  • @The_man-from-uncle
    @The_man-from-uncle Год назад

    This was absolutely the best tutorial on installing AutoGPT I’ve seen so far. Been struggling for about a week to get it installed but have run into one issue or the other and watching this completely cleared up all of those up for me! Can’t believe all the other guys just skipped over them like they didn’t matter! The ONLY issue I ran into was the last part which was agreeing to the licenses. You gave a line of code which assumed that X code was installed. Unless you’re a developer this wouldn’t be the case. I had to download that before I could execute the command. Apart from that 10/10

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

    Is this OpenAI API key charge an additional of the $20 CHATGPT plan?

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

    autogpt installation is not more working as things have been changed, pls recheck it

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

    Where you used the google custom search API? Your autogpt was searching in google, but you only provided openai API key.

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

    Hi, Mike, I'm stuck at sudo xcodebuild - license. I'm on Windows Powershell, and it just crapped out. I did run the Powershell as administrator. What is the alt cmd for Windows?

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

    I got this error, tried few times... what am I missing? All packages are installed.
    Traceback (most recent call last):
    File "", line 189, in _run_module_as_main
    File "", line 148, in _get_module_details
    File "", line 112, in _get_module_details
    File "/Users/tsouri/Auto-GPT/autogpt/__init__.py", line 5, in
    from dotenv import load_dotenv
    ModuleNotFoundError: No module named 'dotenv'
    Press any key to continue...

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

    Too fast man you completely lost myself and probably many others on windows with what you did around 6:54

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

    The Visual Studio opening screen l downloaded looks different from shown - I don't see the CODING option under Explorer...

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

    Hey, im stuck on "xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance", I have installed xcode on app store and still the same issue, what can I do?

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

    ChatGPT is not a large language model. It's just a client application that interfaces with OpenAI large language models like the current gpt-4, gpt-3.5-turbo, davanci..., Etc. AutoGPT is also a client interfacing with OpenAI APIs and other APIs(optional). AutoGPT is not a model, it's just an app relying on external APIs. You guys talk about this thing as though it was another AI large language model like gpt-4 and the likes. It's an example of creating a chatbot with better features than the ChatGPT bot.

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

    mine has got stuck stating the following on xcodebuild license as xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance

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

    Thank You, Mike. Good info and video. But, my suggestion is to be a bit slow when explaining b'cos you claim in this video that this can be followed and implemented by even beginners who have no experience. If you are targeting that audience, then you need to be a bit slow, you are changing screens so fast, and for beginners, it can be confusing.

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

    so did i miss something? i followed the steps but when it came to typing in shell prior to entering the conda -n code, it will not show shell install to path. I am on chromebook though