Learn how to configure Azure OpenAI as a provider for the AI Writing Assistant AddOn.
Prior to getting started, ensure you have the following:
An Azure OpenAI account, API Key, URL Provider, and Deployment ID.
The AI Writing Assistant AddOn enabled in the Beefree SDK Developer Console.
Take the following steps to configure this provider:
Log in to the Beefree SDK Developer Console.
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:
Methods: The methods used for the Azure OpenAI provider are inherited from the AI Writing Assistant AddOn. 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 AI Writing Assistant, such as tracking user actions and processing content generation requests.
Callbacks: All callbacks associated with the Azure OpenAI provider are inherited from the AI Writing Assistant. They manage notifications for successful or failed content generation attempts.
Billing: Refer to Azure OpenAI's pricing documentation for more information.