Hello everyone,
I've been working with GPT models and have successfully created a custom GPT that accesses third-party APIs. This is achieved by configuring a JSON script in the Actions section of the GPT editor.
However, when attempting to integrate similar functionality into an OpenAI Assistant, I encountered several challenges. Despite using the same instructions and files, the responses from the Assistant and my custom GPT are notably different. Additionally, while my GPT allows direct incorporation of third-party API calls, the Assistant seems to require a different approach. The Function section in the Assistant's configuration is formatted differently and seems to operate differently from the Actions in GPT.
My questions are:
Is there a way to access my custom GPT through the OpenAI library?
Has anyone successfully implemented a method to enable the Assistant to access third-party APIs through the Functions option?
Any insights or experiences with similar integrations would be greatly appreciated.