microsoft / azurechat

🤖 💼 Azure Chat Solution Accelerator powered by Azure Open AI Service
MIT License
1.14k stars 949 forks source link

Government Locations #381

Open dguncetdci opened 1 month ago

dguncetdci commented 1 month ago

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." }