Level Up Your OpenAI API Skills with Autogen's Function Calling Technique

Поділитися
Вставка
  • Опубліковано 2 лип 2024
  • Learn how to master OpenAI function calling with this guide to mimic Autogen's methods. ⭐️ Check out all 4 parts for free and get access to the source code: www.ai-for-devs.com/offers/MM...
    0:00 - Introduction to Function Calling with OpenAI
    0:36 - Beginning with a Basic Chat Completion Request
    2:17 - Implementing the First Function: Telling Jokes
    3:33 - Introducing a Function Map, Inspired by Autogen
    5:42 - Adding a Second Function: Weather Updates by Location
    7:04 - Analyzing Our Implementation vs Autogen's Library
  • Наука та технологія

КОМЕНТАРІ • 1

  • @holacuba2001
    @holacuba2001 4 місяці тому

    Thanks. I could reproduce your works in python console. I was stuck when transporting the code into a function for gradio. In your case the parameter is hard coded (Berlin). I'd like to see an example how the function parameter is being filtered and retrieved from the user input (which may be anythng). By any chance do you know where I could find such example?