Hello. I am looking to develop some functionality for my company's existing API that allows a GPT model to call a select few api calls. I imagined I would achieve this via middleware that watches for specific commands included in the GPT model's responses. I expect that I will need to fine-tune these into a custom model. Something like "/updatePreferences pref-name pref"
Is this a naïve approach? Is there a standardized way of doing this or an existing utility worth looking into? (Or even a better channel to post this in)
I welcome any reading materials people might suggest.