How to Use Functions with the OpenAI API
In a previous article, I’ve described how you can write a Python script that allows a continuing conversation with the GPT models of OpenAI. Still missing from that script is the possibility to have the models use functions. Functions provide…