MARKETPLACE
PLUGINS
OPENAI CHATGPT-3
OpenAI ChatGPT-3 logo

OpenAI ChatGPT-3

Published October 2023
   •    Updated January 2026

Plugin details

The OpenAI GPT-3 plugin for Bubble.io allows you to seamlessly integrate the powerful GPT-3.5 Turbo language model into your Bubble application. With this plugin, you can easily make API calls to generate human-like text based on the prompts you provide. Whether you're building a chatbot, a content generator, or any other NLP application, this plugin has got you covered.
API Calls:
Authorization: Bearer YOUR API KEY HERE
Content-Type: application/json
Request Name: Get ChatGPT
Response Type: POST


API Endpoint:
https://api.openai.com/v1/chat/completions


Request Body:
{
 "model": "gpt-3.5-turbo",
 "messages": [
   {
     "role": "system",
     "content": "You are a helpful assistant."
   },
   {
     "role": "user",
     "content": "<Prompt>"
   },
   {
     "role": "assistant",
     "content": ""
   }
 ],
 "temperature": 0.7,
 "max_tokens": 256,
 "top_p": 1,
 "frequency_penalty": 0,
 "presence_penalty": 0
}


Sample Response:
{
 "id": "chatcmpl-8BOsMkA1NWAGb2gP0tvsZ37Jflt1x",
 "object": "chat.completion",
 "created": 1697727922,
 "model": "gpt-3.5-turbo-0613",
 "choices": [
   {
     "index": 0,
     "message": {
       "role": "assistant",
       "content": "Hello! How can I assist you today?"
     },
     "finish_reason": "stop"
   }
 ],
 "usage": {
   "prompt_tokens": 22,
   "completion_tokens": 9,
   "total_tokens": 31
 }
}

Free

For everyone

stars   •   0 ratings
969 installs  
This plugin may track or collect your data. Learn how.

Other actions

Platform

Web & Native mobile

Contributor details

Rahees Ahmed logo
Rahees Ahmed
Joined 2023   •   2 Plugins
View contributor profile

Instructions

Installation Steps Go to your Bubble.io editor and navigate to the "Plugins" tab.
Search for "OpenAI GPT-3 Plugin" and click "Install".
After installation, you'll see the plugin listed in your installed plugins.
Enter your OpenAI API key in the plugin settings.


How to Use
Once installed, go to the API Connector in Bubble.
Set up the API call as described in the plugin documentation.
Initialize the API call to test it.
Use the API call in your Bubble workflows as needed.

Data collection and tracking

This author has not yet disclosed their data usage policy. Learn more by contacting the author.

Types

This plugin can be found under the following types:
Api   •   Action   •   Element

Categories

This plugin can be found under the following categories:
Analytics   •   Productivity   •   Technical   •   Small Business   •   Customer Support   •   Visual Elements

Resources

Support contact
Documentation
Tutorial

Rating and reviews

No reviews yet

This plugin has not received any reviews.
Bubble