microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Government Locations

dguncetdci opened this issue · comments

I added the following locations for usgovvirginia and got the following error

"The model 'Format: OpenAI, Name: dall-e-3, Version: ' of account deployment is not supported."

see the changes below

"dalleLocation": {
"type": "string",
"allowedValues": [
"usgovvirginia"
],
"metadata": {
"description": "Location for the OpenAI DALL-E 3 instance resource group"
}

"gptvisionLocation": {
"type": "string",
"allowedValues": [
"usgovvirginia"
],
"metadata": {
"description": "Location for the GPT vision instance resource"
}
}

{
"code": "InvalidTemplateDeployment",
"details": [
{
"code": "DeploymentModelNotSupported",
"message": "The model 'Format: OpenAI, Name: dall-e-3, Version: ' of account deployment is not supported."
}
],
"message": "The template deployment 'Microsoft.Template-20240512113003' is not valid according to the validation procedure. The tracking id is 'e78593d3-0694-xxxxxxxxxxxxxxxxxxxx'. See inner errors for details."
}