Back to Browse

Azure OpenAI Function Calling - a practical example using C# and ASP.NET Razor Pages

1.6K views
Feb 20, 2024
18:34

Companion Article: https://blog.medhat.ca/2024/02/azure-openai-function-calling-practical.html Source Code: https://github.com/medhatelmasry/OaiFuncCall products.csv data: https://gist.github.com/medhatelmasry/b250023f3b4b5b14713cfc5165f1d030 In as much as one can obtain valuable information by prompting the various OpenAI language models, it becomes even more valuable when these models can be integrated with custom systems and tools. In this demo, we will integrate an LLM with the Azure OpenAI Function Calling capability to query local data in the form of a products.csv file. Of course, this concept can easily be extended to more complex systems and tools. The sample application is based on ASP.NET Razor Pages.

Download

0 formats

No download links available.

Azure OpenAI Function Calling - a practical example using C# and ASP.NET Razor Pages | NatokHD