Is there available my gpts api

I want to utilize my gpts feature on my ide using api,if there any solution pls let me know.can i use use api for this problem.

You would need to recreate your GPT by creating an assistant using Assistants api. Then you will be able to invoke the assistant via api

Can you be more specific?
how to do this
Thank you

You need to use Assistants api and create an Assistant with similar functionality as your GPT. You can use an open-source project like this GitHub - SamurAIGPT/Open-Custom-GPT: Create Custom GPT and add/embed on your site using Assistants api to help with setting it up. Here are few popular GPTs transformed into Assistants using the same technique GitHub - Anil-matcha/Top-GPTs: Run popular GPTs without the need for ChatGPT Plus subscription

2 Likes