Advanced Function Calling with Mistral-7B - Multi function and Nested Tool Usage

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ต.ค. 2024

ความคิดเห็น • 20

  • @unclecode
    @unclecode 4 หลายเดือนก่อน +7

    Really appreciate you creating this content and giving me credit. I have to admit that your term "nested tool" is much better than my "function dependency." 😅 I was trying to find a good term, and yours is definitely better. Again, thank you so much for reviewing this. Hopefully, it can help your audience. I'm a fan of your content and channels, and I wish you and everyone contributing to the open-source community the best. May the force be with you.

    • @engineerprompt
      @engineerprompt  4 หลายเดือนก่อน +2

      thank you for putting this together. glad you approve "Nested Tool" :)
      Looking forward to showcase some of your other work as well. Keep up the great work. I also love open-source community because of the collaborative nature and what it brings to the table :)

  • @ernestuz
    @ernestuz 4 หลายเดือนก่อน +6

    I have been building agents with the old Mixtral 8x7B and Mistral 0.2, and I have to say Mixtral many times outperforms models that have been trained for function calling, eager to see how this new Mistral performs..

    • @engineerprompt
      @engineerprompt  4 หลายเดือนก่อน

      Seems like its much smarter than what we have been able to achieve so far. I think specialized models is the way to go.

  • @MustafaMagdy1
    @MustafaMagdy1 4 หลายเดือนก่อน +5

    Looking forward for a langgraph implementation of this

    • @engineerprompt
      @engineerprompt  4 หลายเดือนก่อน

      that would be actually good. Let me see what I can put together.

  • @Boudybuilder
    @Boudybuilder 4 หลายเดือนก่อน +1

    Maybe this question not about this video topic. But i want to know how i can create on my php web site smart search based on some local storages llm.

    • @engineerprompt
      @engineerprompt  4 หลายเดือนก่อน

      I have a video on what with your website, that might be a good start. Here (th-cam.com/video/RBnuhhmD21U/w-d-xo.html) Its a very old one though

  • @mohsenghafari7652
    @mohsenghafari7652 4 หลายเดือนก่อน +1

    gpu out of memory ... please help

    • @engineerprompt
      @engineerprompt  4 หลายเดือนก่อน +1

      It's not going to run on free colab. You need A100 for this one.

    • @mohsenghafari7652
      @mohsenghafari7652 4 หลายเดือนก่อน

      @@engineerprompt thanks 🥲🥲

  • @PreshanSumanadeera
    @PreshanSumanadeera 3 หลายเดือนก่อน

    Can this model have a conversation with the user and call the appropriate functions when necessary and use those function results to answer the question asked by the user in a conversational manner?

    • @engineerprompt
      @engineerprompt  3 หลายเดือนก่อน +1

      Yes, that is the goal. If you ask questions that do not require a function call, it will act like normal LLM and when the input requires function call, it will use that to get info and then reply to the user with relevant info.

    • @PreshanSumanadeera
      @PreshanSumanadeera 3 หลายเดือนก่อน

      @@engineerprompt Thanks! Would you be able to do a video on how to do that exactly?

  • @luigitech3169
    @luigitech3169 4 หลายเดือนก่อน +1

    cool does it also work with GGUF model ?

  • @kdjsgkhjhmrzazhgu
    @kdjsgkhjhmrzazhgu 4 หลายเดือนก่อน +1

    chainlink

  • @aa-xn5hc
    @aa-xn5hc 4 หลายเดือนก่อน

    Great video