What I Learned Building an Auto GPT Agent Using Rust and GPT-4

Sdílet
Vložit
  • čas přidán 11. 09. 2024
  • The code for building an AutoGPT agent with ChatGPT's GPT-4 model has been months in the making. In this video you will learn how AI Functions were used to enable advantage to be taken from the fact that large language models hallucinate results. This special type of function allows us to get the exact structure of output that we need and thus can either feed that output into other inputs to both regular and AI Functions (special thanks to the Marvin and AutoGPT Github projects for inspiration below).
    I have been fascinated and rather taken back by the ability for Automated GPT's to perform extensive tasks. You will see a demo in this video which shows an Auto GPT actually working to build a web server. This Auto GPT is not a generalist like what you might be used to seeing, rather it is a specialist in building web servers.
    The project actually involves two rust projects. One for the main Auto GPT and the other for a web server template. The Auto GPT will then build and overwrite code in the template project for running as you wish.
    A full Udemy course has been built to not only teach Rust, but to show you how this was built line-by-line if this is useful for you.
    Everything is built using Rust and not Python as discussed in the video.
    Full course:
    www.udemy.com/...
    This course is free for everyone for the next 5 days - remember all courses and code packages are free for CodeRaiders lifetime members too.
    Code Download:
    coderaiders.co...
    Coding Courses:
    coderaiders.co...
    Coding Packages:
    coderaiders.co...
    Inspiration:
    github.com/gab...
    github.com/Sig...

Komentáře • 14