ChatGPT Integration Assistance

Hi…

Need some help with a basic integration of ChatGPT into an app. I already have my OpenAI API, and have begun the process by enabling the OpenAI Integration. But there isn’t any clarity I can find to explain the process, especially as the layout has changed since the initial launch of the integration.

Simply, I’d be happy with a straightforward video that can show how to allow the user to ask a question, and ideally, be able to call a CustomGPT from the prompt. Does such an instructional video exist?

Thanks.

Jim

I don’t think there’s a way to directly call a CustomGPT from an API call. You would have to use Assistants and the Assistants API to re-create your CustomGPT, and then use the API to interact with your Assistant object.

Thanks for that information. Appreciate your taking the time to answer it.

Jim

1 Like