Azure OpenAI Configuration Guide
This guide explains how to set up and configure Azure OpenAI as an AI service provider in BotGem.
Prerequisites
To use Azure OpenAI in BotGem, you'll need:
- An Azure account with access to Azure OpenAI Service
- A deployed Azure OpenAI model
- Your Azure OpenAI API key and endpoint
Getting Your Azure OpenAI Credentials
If you haven't already set up Azure OpenAI:
- Visit the Azure Portal
- Create or access your Azure OpenAI resource
- Deploy your desired models through the Azure OpenAI Studio
- Obtain your API key and endpoint URL from the "Keys and Endpoint" section of your resource
Configuring Azure OpenAI in BotGem
Once you have your credentials, follow these steps to configure Azure OpenAI in BotGem:
- Open BotGem and go to Settings
- Navigate to the AI Providers section
- Find the Azure OpenAI provider in the list
- Enter the following information:
- API Key: Your Azure OpenAI API key
- API Endpoint: Your Azure OpenAI endpoint URL
- Models: Click the refresh button to get the models list
- Click Save to apply your changes