OpenAI GPTs: Create and make money from your own custom ChatGPT using the GPT Store

Have you heard? Anyone can now create a custom ChatGPT without writing a single line of code. Jump right in to find out how you can start now.

OpenAI GPTs: Create and make money from your own custom ChatGPT using the GPT Store
OpenAI GPTs: Create your own custom ChatGPT without a single line of code

OpenAI Introduces GPTs

What are GPTs you ask? GPTs let you create and publish a custom version of ChatGPT specifically tailored to your needs.

The only requirement? Being able to explain what the chatbot does by having a conversation.

It's that simple.

πŸ’‘
Click on this link if you'd like to read more about the official announcement on the OpenAI Blog.

This is big news! It's incredibly easy to create your own custom ChatGPT and OpenAI clearly wants everyone to contribute to its ecosystem.

How are GPTs different from ChatGPT?

So, what's so special about having a custom GPT rather than just using ChatGPT itself?

Well, ChatGPT is a general-purpose large language model, it can do so many things but it is not specialized for a specific purpose. So to build a useful GPT, you'll have to make sure it's good at solving a specific problem.

⚠️
If ChatGPT can solve the same problems as your GPT with a few extra prompts, you may want to reconsider your approach to GPTs.

Actions in GPTs: Extending beyond ChatGPT

Just like ChatGPT, GPTs will be able to access the Internet, create and run Python code, and generate graphics using DALL-E. However, the key difference that makes GPTs stand out is their ability to perform Actions.

Actions allow your GPT to call external APIs and take actions outside of ChatGPT.

πŸ’‘
This may reduce the need to create a traditional user interfaces for many applications. The conversation itself would serve as the UI.

Creating a GPT is easy

Alright, that's enough of the theoretical part.

I tested GPTs and wrote this post so you can see for yourself the required steps if you want to do the same. Let's get started!

Create your own ChatGPT

OpenAI wants everyone to build and publish their own chatbot. The goal here is to create an ecosystem of GPTs similar to what Apple did with the App Store.

Prerequisites

In order to build your GPT, you'll need to have an active ChatGPT Plus Subscription (it costs $20/mo). You can upgrade or purchase one here.

πŸ•
Since GPTs are still in beta, they are still being rolled out to ChatGPT Plus users so they may not be immediately available for you.

Step 1: Sign in to your ChatGPT account

Step 2: Click on the new Explore tab

To find existing GPTs or create our own custom ChatGPT, we need to click on the Explore tab as shown below:

Screenshot showing the new Explore tab
Explore or Create new Custom GPT

Step 3: Click on Create a GPT (Beta)

Here we see the option to Create a GPT under My GPTs. Click on Create a GPT to access the GPT Builder.

Screenshot showing a list of existing custom GPTs by OpenAI and the Create a GPT button
Create a new custom GPT (Beta)

Step 4: Start building

This page is split into two columns. On the left side, we can see the GPT Builder, and on the right side the Preview section.

Initialize a conversation with the GPT Builder
πŸ’‘
The GPT Builder is a chatbot that builds and modifies our custom GPT based on the conversation we have with it.

To create your own ChatGPT using the GPT Builder, just start by describing what you're building. You can try something like:

"We're building a movie recommendation chatbot. The chatbot will ask the user a few questions to know what kind of movies they like and then recommend similar new releases from IMDB."

Once you hit the return key, GPT Builder will start building your custom GPT.

GPT Builder informing us that it is updating the GPT
GPT Builder updating our custom GPT

Once it completes, it will initiate the conversation. Feel free to experiment with the builder from this point forward.

GPT Builder recommends "CineMatch" as a good name for the chatbot
GPT Builder recommends a name for the custom GPT
πŸ’‘
At any time, you can test your GPT in the Preview section and fine-tune its behavior by sharing your feedback with the GPT Builder.
Step 5: Save and publish your GPT

Finally, you can choose to Save your GPT by clicking on the Save button. The little arrow next to the Save button also lets you Publish your GPT as shown below:

Screenshot of the option to Save and Publish your custom GPT
Save and Publish your custom GPT

You have the following publishing options:

  1. Only me: For private viewing only. The GPT is only accessible to you.
  2. Only people with link: Only users with the GPT link can access it.
  3. Public: Anyone can find and use your GPT.

GPT Builder Configuration

Now, I'd like to show you the GPT Builder Configure tab. You can access it by clicking on the option from the GPT Builder as shown below:

The following options are available:

  • Photo: Upload a photo or use DALL-E to generate one for your custom GPT.
  • Name: Give a meaningful name to your GPT.
  • Description: Write a short description of what your GPT does.
  • Instructions: Give your GPT specific instructions about how it behaves, what it does, and what it should avoid doing.
  • Conversation starters: Add one or more prompts that the user can use to start a conversation with your GPT.
  • Knowledge: Upload one or more documents to augment the GPT's knowledge with private data. Behind the scenes, the information will be converted to embeddings and stored as vectors.
  • Capabilities
    • Web Browsing: Allows the chatbot to browse the internet for information retrieval.
    • DALL-E Image Generation: Allows the chatbot to use DALL-E to generate images as needed.
    • Code Interpreter: Allow the chatbot to generate Python code and execute it in a sandboxed environment. This lets the chatbot use code to analyze information, create charts, do math, and more.
  • Actions: By using JSON Schema, you can provide instructions to the chatbot on how to call external APIs, allowing the GPT to perform actions like CRUD operations, and more.

Enterprise GPTs

Enterprises can also build their own GPTs. The difference here is that enterprise GPTs can be set up for internal-use only. Conversations with GPTs will not be used to improve OpenAI's models.

AI App Store is coming soon

πŸ’‘
Update: The GPT Store is now available. Here is the official announcement from OpenAI.

Sam Altman, OpenAI's CEO also announced that GPTs will live in a new "GPT Store" sort of like the App Store for apps but for "GPTs". It will be available sometime at the end of the month.

Monetization through revenue sharing

Once the GPT Store is live, users will be able to find and use your GPT. It's unclear how yet, but OpenAI will pay you if your GPT becomes a popular choice. More details will be announced once the GPT Store becomes available.

Conclusion

To create your own custom ChatGPT, just start a conversation with the GPT Builder and describe what you want your chatbot to do. You could improve and customize its behavior by adding knowledge, capabilities, and actions from the Configure tab.

OpenAI is trying to make AI accessible to everyone, not just developers. More people from different backgrounds will be able to create their own GPTs.

GPTs could serve as an excellent choice for early-stage applications and to validate product ideas since they could potentially remove the need to build a UI/UX.

🫡
Have you created your own GPT? Share it in the comments below with a short description so that anyone can take it for a spin!

Are GPTs the same as AI Assistants?

On a final note, do not confuse AI Assistants with GPTs. They both have the same end goal but they're not the same.

I highly recommend reading this comprehensive guide about creating and using the new Assistants API as you may find it to be a more suitable approach than GPTs for your use case.

As always, thanks for reading! Make sure to subscribe to the blog for more content and updates.