1. Get Your OpenAI API Key
Go to
https://platform.openai.com/account/api-keysCreate or copy your API key.
2. Install the Plugin
In Bubble, go to the Plugins tab.
Search for “WGD GPT Open AI” and install it.
3. Enter Your API Key
In the plugin settings, paste your OpenAI API key into the “API Key” field.
4. Use the Actions in Workflows
Go to the Workflow Editor.
Add an action like:
GPT Chat – for conversations or prompt completions.
Image Generation – to create visuals from text.
Transcribe Audio – convert speech to text.
Clean Text – prepare prompts for OpenAI.
Stream Response – for real-time chat behavior.
5. Use MarkdownDisplay Element (Optional)
Drag the element from the Visual Elements menu.
Bind the element’s content to a GPT response (must be in markdown format).