Providers
Azure
Common questions about Azure provider
How do I set the Azure OpenAI Service resource name?
The Azure OpenAI Service requires a resource name to be set.
To do this, add resourceName: name-of-your-azure-resource
to the azure
config in the front matter of your prompt.
How do I set the Azure OpenAI API version?
The Azure OpenAI API version is optional, by default is 2024-10-01-preview
, but it is recommended to pin it to your desired version.
To do this, add apiVersion: version-of-your-choice
to the azure
config in the front matter of your prompt.