How to monetize my gpt store chat

I built a gpt in gpt store and started to see people engage with it, more than 60+ conversations. How to monetize the conversations? I want to store all their code base for their own future use. Thanks!

1 Like

Welcome to the community!

Monetization isn’t rolled out to everyone yet. OpenAI is behind schedule, but I’ve heard they’re testing with some creators with millions of uses.

Can you explain this more?

Thank you Paul for the response!

I want to connect to this GPT from an external website. Additionally, I hope that the website will connect to GitHub to store all past user conversation data as a repository. Can I achieve that?

No problem!

You can’t access a Custom GPT outside of the ChatGPT ecosystem, but you can try to replicate one with Assistants API.

I believe there’s a few examples in the OpenAI Cookbook if you haven’t seen it yet.

1 Like

Thanks for sharing! Are you saying, we cannot directly access ChatGPT from external sources, by using the Assistants API and GitHub API, we can utilize the GPT technology on external website and stores data on GitHub?

1 Like

Correct.

You can sort of replicate a Custom GPT, but it will not be 100% the same as ChatGPT likely has custom stuff built-in. Not sure on storing info on GitHub or why you would want to store conversation history there, but you could check the CookBook to see if anyone’s done anything similar.

If you search the forum, you’ll find a lot of other people also using Assistants API for a chat on their own website…

1 Like

Thanks! let me research on it.

1 Like

I want to make the code reusable and develop self serve module based on what people has been coding before.