ChatGPT

If you are new to the API Connector and/or APIs in general, we recommend that you that you start out reading our in-depth article series on these subjects:

Article series: API

OpenAI’s documentation provides thorough information about both the authentication process and how to set up calls.

External page: OpenAI API reference

Having set up the , it's time to set up calls to start communicating with OpenAI's services.

In this article series, we’ll look into how you can set up a connection with OpenAI’s API, to use its text/image generation and speech/image recognition capabilities in your app.

What is ChatGPT?

ChatGPT (Generative Pre-trained Transformer) is a large language model 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.

Here are some of the key features of ChatGPT:

  • Large language model: ChatGPT is one of the largest language models ever developed. This allows it to generate text that is coherent, informative, and creative.

  • Generative: ChatGPT is a generative model, which means that it can create new text from scratch. This is in contrast to discriminative models, which can only classify or predict existing text.

  • Conversational: ChatGPT is designed to be conversational, which means that it can engage in a dialogue with users. This makes it a more natural and user-friendly way to interact with AI.

  • Multimodal: ChatGPT can generate text in response to a variety of input modalities, including text, images, and audio.

There are a wide range of different use cases for Bubble apps, such as summarizing texts, translating between different languages, answering questions, generating code and helping brainstorming everything from project ideas to marketing strategies and messages.

Calls

Chat

Chat is essentially the API version of what you experience when you use OpenAI's own . When you send a request to OpenAI's server, it includes a message, and the server responds with a generated text.

Article: Chat

Last updated