I have built my own GPT using ChatGPT, and the same has been made public on some URL. I am unable to find a way to make API calls to my own GPT that is created through ChatGPT. Is such functionality available?
1 Answer
If you're talking about accessing custom ChatGPTs that were recently introduced with the GPT Store, then the answer is no. It's not possible to access a custom ChatGPT via the OpenAI API.
However, you can create your assistant and access it via the Assistants API.
4 Comments
FooBar
Can somebody elaborate on why this is not possible? It would be very powerful.
FooBar
Or perhaps elaborate on specific ways it could be achieved alternatively
Rok Benko
@FooBar That's a question for the OpenAI team... They simply decided not to allow accessing custom ChatGPTs via the API.
Kalman
Any changes since then?