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

  • @akk2766
    @akk2766 5 месяцев назад

    I concur with what everyone is saying - best video on function calling for sure. I really like the laid back nature of the tutorial - seriously simplifying function calling - even to the uninitiated!
    Only one suggestion: Please move inset video to top right so output can be seen in its entirety. Obviously not for this video, but for future awesome videos you produce.

    • @mildlyoverfitted
      @mildlyoverfitted 5 месяцев назад

      Glad it was helpful! And thank you for the constructive feedback:)

  • @Q9is
    @Q9is Год назад +4

    Best video on OpenAI Function calling I found on RUclips. Thanks for also linking to GitHub source. Had a bit of problem with the pip until I made a new virtual env.

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

    best video on fucntion calling on youtube

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

    finally a more detailed tutorial, thanks

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

    Nice video. You help my life! Thank your sharing~

  • @fizipcfx
    @fizipcfx Год назад +3

    Goddamnit i have a final tomorrow, ok one last video

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

      Haha, I feel bad now:)

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

      @@mildlyoverfitted this video helped me mentally :D thank youu

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

    Wooohooo, he's back!

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

      I was never gone but I have to admit that I am not posting that often:) Thank you!

  • @MuhammadUsman-ix6jo
    @MuhammadUsman-ix6jo Год назад +1

    Hi , Nice tutorial. is there any other LLM provide function_calling or it just openai thing?

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

      Appreciate it!!! As far as I know it is purely an OpenAI thing:) However, conceptually it is similar to python.langchain.com/docs/modules/agents/

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

    Great example, thank you so much for sharing

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

    Great video, thanks for such excellent detail.

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

      Glad you enjoyed it!

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

      @@mildlyoverfitted thanks for replying. I was thinking of using your example as the basis for filling a form and letting the user edit fields that they had filled in previously. Do you have such an example in your github treasure box?

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

      @@kenchang3456 Interesting:) I have not done anything similar to this unfortunately.

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

    we missed you!!!

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

    Can't wait for GPT 5 to be able to code and call its own functions whenever you ask it something. Imagine that embedded into a humanoid robot. Hey can you get me a glass of water please? Of course I can do that!

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

    i tried to do this but i got the following error: openai.error.InvalidRequestError:
    Edit: I solved, the reason was the functions without arguments still needing
    "parameters": {
    "type": "object",
    "properties": {},
    }

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

      Feel free to open an issue here with a minimal reproducible example:) github.com/jankrepl/mildlyoverfitted/issues