Hello everyone!

I’m happy to announce the completion of CustomGPT - a Bubble template that allows you to train and host your own GPT-3.5/4 chatbot with custom knowledge.

❓ Use Case

Here’s an example use case. You have a a product - let’s take a completely random example and say it’s a Bubble template. Your users have lots of questions, except the answers are already in the documentation somewhere on your website.

  1. Upload the entire documentation using the CustomGPT admin panel (text, PDF, webpages, Youtube videos…)
  2. CustomGPT processes all of this information and stored in Pinecone database
  3. A user asks a question about the product
  4. CustomGPT finds the relevant section of the documentation and gives it to GPT-3.5/4 along with the user’s message
  5. GPT-3.5/4 responds using the relevant information.
  6. An accurate answer is given to the user, saving you customer support time and helping the customer get on with their day quicker.

You’ve probably worked out this example isn’t so random - you can try out CustomGPT by asking anything about the template. If it’s in the documentation, CustomGPT will tell you! Try it out here.

<aside> 💡 There is a CustomGPT chatbot trained on this documentation. Try it out by asking questions! If the answer is in the documents, CustomGPT will be able to give you a relevant answer. If not, ask me and I’ll give you the answer and update the docs + chatbot accordingly 😃

</aside>

😎 Features

😁 How do I get it?

I can’t host this template on the Bubble marketplace as the preview would only be functional if I included the necessary API keys in the template, which I don’t want to do, because, you know, it’s the internet. If I can work out a way around this or somebody lets me know how I can do it, I’ll try to list it though!