OpenAI/ChatGPT

You'll need to configure an OpenAI integration if you want to use OpenAI as part of your mods. First, you'll need to obtain an API key from OpenAI.

Finding the API key from OpenAI

To get the API key, go to your OpenAI account page.

If you haven’t already created an account, you’ll need to create one. (It’s free at this time of writing.) If you aren’t logged in, you’ll need to log in. Once logged in, you’ll be directed to your API keys page.

Create a new API key by selecting the + Create new secret key button displayed in the middle of the page.

A new modal appears confirming the new key was generated and displaying the key. Click the green copy button after the string to copy it to your clipboard and paste it into the apiKey field in PixieBrix.

Click Save on the OpenAI configuration modal in PixieBrix and you’re ready to start using your OpenAI integration! You’ll be able to select this integration from the dropdown menu when configuring mods that use OpenAI.

Configuring an OpenAI Integration in PixieBrix

To set up a cloud integration that your team can access, head to the Admin Console. (If you'd rather set up something locally, use the Extension Console. Learn more about Configuring Integrations.)

From the Integrations section in the Admin or Extension Console, click the + Add Integration button in the top right corner.

Search for and select the OpenAI integration.

You can then follow the prompts for setting up an integration. Label the integration with a useful name, and paste in the API key from OpenAI.

Click Save, and your integration will be ready for use in any OpenAI mods.

Last updated