An Introduction to OpenAI Function Calling
<p>A few months ago, OpenAI released their API to the general public, which excited many developers who wanted to make use of ChatGPT’s outputs in a systematic way. As exciting has this has been, it’s equally been a bit of a nightmare since we programmers tend to work in the realm of <strong>structured data types</strong>. We like integers, booleans, and lists. The unstructured string can be unwieldy to deal with, and in order to get consistent results, a programmer is required to face their worst nightmare: developing a regular expression (Regex) for proper parsing.</p>
<p><a href="https://medium.com/towards-data-science/an-introduction-to-openai-function-calling-e47e7cd7680e"><strong>Read More</strong></a></p>