Build Your Own ChatGPT Type of Tool Using Bubble: AI With No Code

Sonny Huynh
8 min readDec 20, 2022

GPT-3 (Generative Pre-trained Transformer 3) is a language processing artificial intelligence developed by OpenAI that took the world by storm back in 2020. It has the ability to generate human-like text, perform translations, summarize long texts, and a lot more. A couple of weeks ago OpenAI released ChatGPT is essentially a GPT-3 variation that basically broke the internet. As expected many people are trying to use ChatGPT that its constantly crashing — SO LETS BUILD OUR OWN!!! **EDIT: Folks have pointed out that GPT-3 and ChatGPT are NOT the same model and that is correct. GPT-3 is a massive model with lots and lots of data but isn’t optimized specifically for chat. The real ChatGPT pulls in a lot of fine tuned training data as well as manual labelling of inappropriate data. In addition, chat gpt also does something to the effect of saving all the inputs and outputs that came before it. If you’re interested in diving more into this read on OpenAI’s blog here: https://openai.com/blog/chatgpt/. In this article, we will look at how to use GPT-3 with the Bubble no code application platform to add AI capabilities to your app.

Before we begin, it is important to note that using GPT-3 requires an API key, which can be obtained by signing up for an OpenAI account and subscribing to the GPT-3 service.

  1. Setting up GPT-3 in Bubble

To use GPT-3 in Bubble, we first need to set up a new API integration in our app. To do this, go to the “API Connections” tab in…

--

--

Sonny Huynh

I hope I can motivate others to want to start building! Happy to help folks with their next project www.sonnyideas.com