Technical requirements
All the recipes in this chapter require you to have access to the OpenAI API (via a generated API key) and have an API client installed. Please refer to the Making OpenAI API requests with Postman recipe in Chapter 1 for more information on how to obtain your API key. You will also require knowledge of Python and the Python OpenAI library, which we covered in the first recipe within Chapter 4.
We will also use GCP to host our public endpoint. GCP is a suite of cloud computing services offered by Google. It offers a range of hosting and computing services for databases, data storage, data analytics, machine learning, and more, all hosted on Google’s infrastructure. You can refer to the Creating a public endpoint server that calls the OpenAI API recipe in Chapter 5 for more information.
Finally, you need to be familiar with Bubble, which is a visual programming platform that allows users to create web applications without needing to write code. You...