Common questions about Azure provider
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.
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.