Azure OpenAI configuration
The Azure OpenAI provider uses a deployed Azure resource to connect to the LLM. The endpoint, deployment name, and API key are required to connect to the Azure resource. These can be found in the deployed Azure resource’s Keys and Endpoint page. For a guide on creating an Azure OpenAI resource, see here.
siren-ai:
provider: 'azure'
providerConfig:
azure:
connection:
endpoint: 'https://my-instance.openai.azure.com/'
deploymentName: 'deployment-name'
apiKey: 'api-key'