New Groq Models: Best for Function-Calling Agents

Sdílet
Vložit
  • čas přidán 5. 09. 2024

Komentáře • 26

  • @djangowatson217
    @djangowatson217 Před měsícem +2

    Thank you for the video! And yes, some videos that are shorter than the usual full tutorial walkthroughs can be a nice addition if the piece of news is worthy like in this case 😁

    • @alejandro_ao
      @alejandro_ao  Před měsícem +2

      i agree! it also helps me keep more in touch with you all, which is priceless :)

  • @lucface
    @lucface Před měsícem

    Dude awesome. Yeah both styles of vids please and can’t wait till part 2. And Bro the longer the videos the better for you so keep those up and we love them cause get to really get immersed in a project. I’m a huge fan of your content, man, keep kicking ass

    • @alejandro_ao
      @alejandro_ao  Před měsícem

      it means a lot!! totally, i will keep up both formats then!

  • @j0hnc0nn0r-sec
    @j0hnc0nn0r-sec Před měsícem

    Since you asked, personally I like the longer videos. But I also enjoy a quick drop now and then. This one was good 👍 if quickies are easier, it might also be easier to compile the quickies at a later date for a longer video

    • @alejandro_ao
      @alejandro_ao  Před měsícem +1

      hey mr connor! i agree with that! it also helps me keep more in touch with you all, which is great 🔥 let me know if there are any other topics you'd like covered!

  • @BadBite
    @BadBite Před měsícem

    Great video Alejo!

  • @MrJeeoSoft
    @MrJeeoSoft Před měsícem

    Thanks for sharing!

  • @muhammedajmalg6426
    @muhammedajmalg6426 Před měsícem

    it's really helpful, thanks for sharing

    • @alejandro_ao
      @alejandro_ao  Před měsícem

      no worries! i'll try to do more of these shorter videos alongside the long tutorials :)

  • @jean-vincentkassi8523
    @jean-vincentkassi8523 Před měsícem

    Hello why not use tools parameters directly ?
    Great video !

    • @alejandro_ao
      @alejandro_ao  Před měsícem +1

      @@jean-vincentkassi8523 i’ll make a more detailed video about tool use where i’ll use the tool params indeed! i just wanted to show real quick the model and the behind-the-scenes prompt. but yes of course in reality you would want to use the params from the api

  • @ani-sugoi
    @ani-sugoi Před měsícem +1

    Hi, so recently I created a chat with csv using Groq API, but I am having a bit of problem, I can create the plots and code with no problem but lets say I want to make one SQL agent and other plot agent. How can I achieve that? If possible, can you make a video on how to make a multi agent using groq without using crewai

    • @alejandro_ao
      @alejandro_ao  Před měsícem

      a custom multi agent framework would be a cool video indeed, i'll be working on that soon! i feel like this can also be achieved with langgraph. have you tried that?

  • @rhythamnegi
    @rhythamnegi Před měsícem

    Thanks for the video

  • @pavankurapati6628
    @pavankurapati6628 Před 8 dny

    Hello man @aljendro
    Please do some videos on hugging face too..🙏🏼

  • @jakobkristensen2390
    @jakobkristensen2390 Před 27 dny

    Why do you think Groq is the best model at function calling? Thank you

    • @alejandro_ao
      @alejandro_ao  Před 25 dny

      they basically made a few models *specialised* at this and they benchmarked it against the current best. although these models are not the best for more general use cases. I would do what they recommended and only use the groq models for function calling and then route the answers to a more general llm

  • @bambanx
    @bambanx Před 21 dnem

    what is function calling to models? ty

    • @alejandro_ao
      @alejandro_ao  Před 15 dny

      it's basically a regular LLM, but that is especially good at calling functions. you could use it for general purposes too (like gpt-4 or llama3,) but it would be worse than them on most general tasks. that's why they recommend that you implement a routing layer where if your request involves calling a function , it uses the groq model, and for everything else, it uses the general model

  • @Arkantosi
    @Arkantosi Před 22 dny

    Does the groq API key cost anything?

    • @alejandro_ao
      @alejandro_ao  Před 9 dny

      they recently implemented a paid option. but the free tier is still available, which is rate-limited (more than enough for most personal and educational projects)

  • @rhythamnegi
    @rhythamnegi Před měsícem

    Hmm.