Azure OpenAI Settings is a configuration that allows you to define the connection details required to use OpenAI models hosted on Azure in your application. By configuring this setting in the Kuika Configuration Manager module, you can integrate your Azure OpenAI endpoint, API key, and deployment information into your application.
How to Configure Azure OpenAI Settings?
1. Add a Configuration to the Application
- Log in to the Kuika platform.
- Open the project you will be working on from the Apps screen.
- Click the Configuration Manager module.
- In the screen that opens, give the configuration a name and click the CREATE button.
2. Configure Azure OpenAI Settings
- After creating a new configuration, open the App Settings screen.
- Go to the AI section.
- Click the dropdown menu next to the Azure OpenAI row.
- Select the ADD NEW option from the dropdown menu.
- Fill in the following fields in the pop-up window:
- Name: The identifier name to be assigned to the configuration.
- Endpoint: The endpoint URL for your Azure OpenAI resource (e.g., https://<resource>.openai.azure.com/).
- API Key: The API key you obtained from the Azure portal.
- Deployment Name: The name of the model deployment you created in Azure (e.g., vision-prod).
- API Version: The Azure OpenAI API version to be used (e.g., 2024-10-21).
- After filling in all fields, click the CREATE button.
You can access the Endpoint and API Key information from the Keys and Endpoint page of your Azure OpenAI resource in the Azure Portal, and the Deployment Name information from the Deployments screen in the Azure AI Foundry portal.
3. Test the Settings
- Click the three dots next to the Preview button at the top of the application.
- Click the RUN button in the menu that opens.
- Once the process is complete, test whether the Azure OpenAI integration is working correctly.
By following these steps, you can easily configure Azure OpenAI settings on the Kuika platform and start using Azure-based AI features in your application.