Calls
OpenAI’s documentation provides thorough information about both the authentication process and how to set up calls.
External page: OpenAI API reference | Authentication
The API Connector is the plugin we'll use to authenticate and sell requests to ChatGPT. You can find our documentation for the API Connector plugin below.
Article: The API Connector Article series: APIs Video: Bubble Academy | Intro to APIs & The API Connector
This article series includes several terms and expressions that are common in the broader tech field, particularly those used by API providers, which are not unique to Bubble. To understand these terms better, we recommend referring to our dedicated API glossary, which provides clear explanations for many of these technical concepts.
Article: API Glossary
Having set up the authentication, it's time to set up calls to start communicating with OpenAI's services.
ChatGPT – Large Language Model
ChatGPT (Generative Pre-trained Transformer) is a Large Language Model (LLM) developed by OpenAI. It is a type of AI that has been trained to generate human-like text in response to a wide range of prompts and questions. ChatGPT is designed to understand and respond to natural language, and it can generate text that is both informative and creative.
Article series: ChatGPT calls
Last updated
Was this helpful?