How To Install MetaGPT - Your own AI Software Company, Create Programs With a single Prompt!

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

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

  • @stuffaboutstuff4045
    @stuffaboutstuff4045  4 месяца назад

    Hi Everyone,
    Check out the latest MetaGPT v0.8.1 build video using the below link. We also delve into all the new MetaGPT features available in the latest release. We get it to build code, play with Web Cloning, the Research role, Web Scraping and web searching capabilities.
    ruclips.net/video/VlO3nAsRzQ0/видео.html

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

    I'm asuming you're from South Africa 🇿🇦
    Love your vids brother🙌

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

      Hi,
      Thank you so much for the feedback. Glad you enjoyed the video!

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

    Thanks i am learning a lot i do thank you sir 🎉🎉🎉

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

    Best content! Keep it going.

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

    Nice!

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

    best!

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

    Hi sir, can you help? I got stuck in entering the "python -m pip install -r requirements.txt". It just said "No such file or directory: requirements.txt".

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

      Hi,
      Make sure you are in the metagpt folder when running. After you clone the repo it created a sub folder. Check that you can see the requirements.txt file in explorer and confirm the path. Make sure you execute the command from that folder. Good luck, let me know.

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

    Why did I get traceback when I asked it to create the game?

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

      Hi,
      It might be a malformed reply received back from Open AI. Did you just try to run it again. I also had this once or twice. It might also be that your response received back exceed the chars per second your API key has access to if you are using one of the GPT 3.5 options. You can see the rate limits on the webpage I include in the video. Hope you come right! Let me know..

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

    This works for Ubuntu 23.04?

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

    Umm... The project and video titles really miss a *critical* deficiency...❗ MetaGPT only codes in *Python*❗ lol... Try asking it to code in *any* language other than python... And it will state the requirement to use your other language.. .. And then completely ignore that requirement and use python. DoH! 😂😂

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

      It seems its on the roadmap, for the brave it can be added manually.... github.com/geekan/MetaGPT/issues/129

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

      not really that hard to convert python to something else with another ai

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

      @@MrAzureJames Perhaps... but I wonder if you believe it's just as simple to convert any C++, C#, Rust, etc. application (like Cyberpunk 2077) ... ahem ... into.. Python??? lol somehow I think you still won't get the point - no worries. Go Python.

  • @MritunjayKumar-rd2es
    @MritunjayKumar-rd2es Год назад

    metagpt is not free rigght?

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

      Hi,
      MetaGPT is free, the bit that gets send to Open AI (API) is not free. The API access is not expensive. I got it to write 4 very simple examples and all of them was less than 1USD.

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

      @@stuffaboutstuff4045 how to add abstraction layer and use youchat as the back

  • @a6000000
    @a6000000 10 месяцев назад

    AI has been more popular for about a year. The number of letters/chars/tokens that can be processed in one go is limited, that is. In order to build a software company that also brings in profits, the AI would have to be able to independently build something complex like Wordpress, Kajabi or Copecard, which is probably not possible yet = a shame. The user still had to determine a lot of individual functions. Conclusion: tik tak toe or the second exhausted kindergarten example snake is all still kindergarten. That's why calling something like a "software company" sounds very exaggerated to me...

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

      :-), Agreed tech is still in its infancy but already very cable. Imagine where this will be in a year or two..

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

    after i put python -m pip install -r requirements.txt
    this is what i get trying to figure out what went wrong
    note: This error originates from a subprocess, and is likely not a problem with pip.
    error: subprocess-exited-with-error
    × Getting requirements to build wheel did not run successfully.
    │ exit code: 1
    ╰─> See above for output.
    note: This error originates from a subprocess, and is likely not a problem with pip.

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

      Hi,
      This might be build tools related. Did you install Visual Studio Community Ed with the Desktop dev C++ tools like in the video? Let me know if this resolves the issue...Thanks for reaching out.