Last updated
© Bee Content Design, Inc. San Francisco, CA | Part of Growens
Last updated
The AI Writing Assistant AddOn is only available for and plans. The AI Writing Assistant and Azure OpenAI provider are available for Email, Page, and Popup builders.
This page discusses how to configure Azure OpenAI as a provider for the within the Beefree SDK Developer Console. If the AI Writing Assistant AddOn is already enabled for your application, and you'd like to switch providers, take the steps outlined in the section of the to enable Azure OpenAI as your new provider.
Prior to getting started, ensure you have the following:
Beefree SDK .
An Azure OpenAI account, API Key, URL Provider, and Deployment ID.
The AI Writing Assistant AddOn enabled in the .
Take the following steps to configure this provider:
Log in to the .
Navigate to the application with the AI Writing Assistant enabled.
Click Details.
Navigate to the AddOns under Application configuration section.
Click View more.
Click the Manage Providers tab.
Click Add provider.
Complete the required information.*
Click Save to save your provider configuration.
Consider the following shared logic when integrating the AI Writing Assistant AddOn and Azure OpenAI as a provider:
*Reference the section of the to reference what information is required to configure Azure OpenAI as a provider.
Methods: The methods used for the Azure OpenAI provider are inherited from the . These include functionality for generating content for supported block types (Title, Paragraph, List, Button) and for handling metadata.
Events: The integration supports all events from the , such as tracking user actions and processing content generation requests.
Callbacks: All callbacks associated with the Azure OpenAI provider are inherited from the . They manage notifications for successful or failed content generation attempts.
Billing: Refer to for more information.
Learn how to configure Azure OpenAI as a provider for the AI Writing Assistant AddOn.