Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Government Locations #381

Open
dguncetdci opened this issue May 13, 2024 · 0 comments
Open

Government Locations #381

dguncetdci opened this issue May 13, 2024 · 0 comments

Comments

@dguncetdci
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant