#Hey! Is there any way to take the code of MyGPTs to make an API?

1 messages · Page 1 of 1 (latest)

lime moon
#

.

vital abyssBOT
#

Hi @lime moon. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:

#

Based on the information from the OpenAI community forum, it's currently not possible to directly access custom GPTs via an API for use in your own applications. Custom GPTs are primarily for use within the ChatGPT ecosystem source (https://community.openai.com/t/506972).

However, you can create similar functionality using the Assistants API. This involves building an assistant and feeding it with the custom instructions of your trained GPT to convert it into an API source (https://community.openai.com/t/571354).

There's also an example project on GitHub that demonstrates how to create a custom GPT using the Assistants API and embed it on a website or any other place source (https://community.openai.com/t/604719).

Please note that these solutions may not provide the exact functionality of a direct API for custom GPTs, but they offer a workaround to integrate the capabilities of custom GPTs into your applications.

Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: