Question answers like this one say no…
/t/need-help-accessing-my-custom-gpt-model-via-api/830541/2
But I did notice that there is an Apple Shortcuts tool called Ask ChatGPT that seems to be able to get data into these GPT models.
To be clear I’m talking about the ones where the url has a /g/ in it.
Just confirming if this is still the case of Oct 2024.
1 Like
Welcome to the forum!
No, there’s no way to call a Custom GPT via the API. I don’t see it happening personally, but I’m not in charge of any big decisions (thankfully!)
Seriously, though, most try to replicate with Assistants API or rolling their own from the ground-up.
What are you trying to accomplish exactly?
Any more info on this?
1 Like
Yeah with regard to Apple Shortcuts they have this module called “Ask ChatGPT” where you can select the model it goes into and apparently the user is able to choose a custom GPT.
This is for a client so they just want transcribed text to go into their custom GPT.
I have already setup a Node API in the past that used a model with a custom prompt… but they like how that interface shows the chat history on the left eg. “Yesterday, today…” so they’d like the text to into their custom /g/ GPT model they made.
I made the mistake assuming you could just interface with this thing. So we’re trying out the shortcut approach for now.
This interface for clarification
Ah, you haven’t tested? I believe something like that sounds like it’s against the Terms of Service, but it might be something special they have worked out with Apple? Is it an official Shortcut maybe?
You could just build your own chat wrapper, yes? With the history?
This is the thing they’re using from within Apple Shortcuts.
Maybe they are mistaken, I will make sure they really are able to post to their custom gpt from here.
1 Like
Thanks. Yeah, I think that’s just the base GPT models with a wrapper…
If you find something interesting related to Custom GPTs, though, please do let us know.