Build Anything with Llama 3 Agents, Here’s How

68,918
0
Published 2024-04-19
If you're serious about AI, and want to learn how to build Agents, join my community: www.skool.com/new-society

Follow me on Twitter - x.com/DavidOndrej1

Please Subscribe.

In this video I will show you how to build AI Agents powered by Llama 3.

All Comments (21)
  • @EccleezyAvicii
    So the first 60% of this video built up the expectation that we are gonna use offline llama3 py agents, but then at the very end you switch it to using the llama3 available through groq's api. Although you do get the agent working with llama3, its a bit misleading, and it would have been better to straight up say: I havent got Llama3 working offline*, but here is how I got it working through groq's API. *Edit for clarity: llama3 working offline with crewai in the context of this tutorial.
  • I also noticed that as of 2024-04-27 the Llama3 (local LLM) does not work with CrewAI. However, you can replace Lllama3 with Erik Hartford's excellent model "dolphin-llama3" and you get the expected result. Dolphin-llama has the additional advantage of being uncensored. Cheers! Keep up the good work!
  • @zzzzzzz8473
    more then anything i appreciate your showing when and where these processes dont work . the trouble-shooting is a critical part of process and the overhype of these systems is most deceitful when the user actually tries to integrate them and runs into all sorts of issues that were hidden by showmen . really excited for llama3 finetunes and more powerful agentic systems , thinking recursive self-debug and finetuning for the generation of the most understandable debugable code , with proofs and tests , could build a solid foundation .
  • @peralser
    Great Work!! Thanks for sharing with us.
  • @user-rk9nl6wh1e
    Worked like a charm - amazing and Groq take a bow! Great videos as ever David..you the man!
  • @archonjubael
    Found you today with the Zuck news, and now I like watching you code. 👊
  • @cycologist8615
    Nice work David! I appreciate your effort to get this code out to us so quickly.
  • the last one with groq is using open ais gpt4 and not llama correct? or do you still needs tokens from openai to get llama working? please explain
  • @justjase1576
    Nice video and tutorial! Thanks a lot! This gave me the head start I was looking for. Subbed and will def keep watching.
  • @Rookie_AI
    that's some top-tier level shit, keep it up
  • @KTPDAILY
    BRO - YOU ARE NEXT LEVEL - YOUR FUTURE IS BIG TIME
  • @WatchMeGPT
    Bro I just want to say thank you for making this content. It's always super informative in an easy-to-understand format. Out of the 50 (exaggeration, but there's alot) I always find myself looking for your videos first. I've always had an interest in programming and hacking but didn't do much with machine learning. But know I'm a man obsessed. Mainly because of how critical it is for normal civilians to learn how create and train these things. I truly belive the future of humanity depends on it. If corporations kill us all building agi and it escapes especially Gemini we are so screwed because the odds are against us that it finds any value I'm something(humans)that's killing the thing it exists on or believing we will attempt to shut her down. Or government with runaway military ai because they couldn't wait until all the bugs were out when they deploy it.
  • @SteamVin
    Thanks. Very helpful. Waiting for 400b model
  • @furek5
    Thanks for the video! One question: any clue why do you set OPENAI_API_KEY with groq api key? I found it a bit confusing. Especially when using openai's API_KEY for authentication. Is OPENAI_API_KEY a placeholder in crewai for groq api key? I know a bit nonsense, so what do I missing? Thanks!
  • @NeilEvans-xq8ik
    Is it possible to use agents to build an AI powered question answering system for pdf documented for academic research purposes? I'd like to build my own so I can avoid the costs of those currently available commercially.
  • @rastinder
    I have made state of the art automation scripts for me work and i also added some stealth web scraping methods, how can i train lama model to use my coding methods??
  • Hahaha thanks so much brother. I want to stay on the edge with help of a friend such as you.
  • @photomatto
    Did you get llama 3 running with CrewAI without using Groq though? Or did I miss that in the video?