#API for Custom GPT
1 messages · Page 1 of 1 (latest)
@idle gull Seems like you had similar question. Did you get any response?
I asked a similar question: #gpt-models message
The answer I got was:
"Not possible. GPTs can't be implemented anywhere. You can call api's while using the GPT, but thats it. You might want to look into Assistants which are like GPTs but those can be implemented in an infrastructure like you mentioned.
...
They didn't announce that (functionality) anywhere. But since Asisstants already do exactly that, I doubt they will implement it in GPTs."
So, I took my development over to Assistant's, and was able to access them via the API, just like a call for a normal completion, just through the assistant.
It is possible now with GPTs: https://openai.com/blog/introducing-gpts
make Animation videos
I don't see anything about the ability to connect to your GPT via an API for direct interactions or management. The only API functionality I see focuses on the ability for the GPT to external APIs to extend the GPT
Yes, that's possible; in the API, they're called "assistants." You can create your "Custom GPT," aka Assistant, in the API interface, where you also set up payment methods, by going to the "assistants" section. You cannot use the one from the ChatGPT interface. For more information, visit:
https://platform.openai.com/assistants
https://platform.openai.com/docs/assistants/overview
hey guys, i want to connect my created assitant with my google sheet, so that i ask a question in the sheet and the assitant writes the answer in there, where can i find the api of the assitant (i am not a programmer and created the assitant on the user interface of openai)
passed out