How can I make my GPT agent accessible by public with no subscription or API keys? Currently it can be accessed only by GPT Plus subscribers.
This is most likely by design.
You can likely recreate on your own website with Assistants API, but you’ll need to handle billing and the other stuff on your own.
Hope this helps.
You can recreate your GPT using Assistats api with an open-source project like this GitHub - SamurAIGPT/Open-Custom-GPT: Create Custom GPT and add/embed on your site using Assistants api and then embed it on your website or anywhere else to share with your users
NIce but that is too much work. I hope OpenAI just provide an option make GPT assistants public.
That makes it more valuable usually!
Likely won’t happen, but we will see.
If you try to provide GPT via communication tools like Slack or Discord, you could check out PlugBear which also has a handy tool to convert GPTs to Assistants
(disclaimer, I’m the creator of PlugBear)
No. I want to set up as a independent website. Users don’t have to use any other apps.
That would dent the GPT Plus subscribers, so it won’t be in their interests. You would have to work around with Assistants api unfortunately
Good point. But if that independent website gets a traction that would be money making situation for OpenAI no?
Yes, and that’s what assistants do, or to be more precise, the API is for in general.
Custom GPTs are for users of ChatGPT.
If you want your users to interact with your AI solution on your website, then you need to create and implement the solution in another way.
Yes you are right API wrapper would be the standard. But I still think OpenAI would be more useful and accessible if they make it easy to directly embed GPT assistants into any website.
I guess coding is not dead yet, as everyone on YouTube keeps proclaiming.
I thought that I could now share my custom GPTs for those without paid Open Ai accounts - but it seems not. Am I best creating an API equivalent?
The use of GPTs to free users of GPT-4o was something that was touted in the spring update.
However, GPT-4o for free users has all tools except browsing turned off (edit: now web search turned off also), so many existing ChatGPT Plus GPTs wouldn’t work. Nor is it likely that you can make a “free upgrade to Plus GPT - all features enabled”.
It depends on if you want to improve OpenAI’s own business by providing them enticements to get free users to subscribe – or if you have a business plan of your own to pay for user API usage and profit.