How to do Function Calling with any Chat LLM (that is clever enough)
Introduction
Earlier this year, OpenAI introduced Function Calling, a way to have the LLM decide what to execute in your code based on predefined function definitions. A little later, Microsoft added the feature to their Azure OpenAI services. As per...
blog.jenscaasen.cloud20 min read
Daniel Hamilton
This is a really great article - thank you so much for sharing! Did you ever publish the code for your sample in the end? I'd love to see it all joined up and working.