Skip to content

Commit

Permalink
Refactoring and updates
Browse files Browse the repository at this point in the history
  • Loading branch information
akshata29 committed Mar 30, 2024
1 parent 7274793 commit 7dd68ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Deployment/azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@
"name": "[concat(variables('aoaiSvcName'), '/', parameters('gpt16kModelName'))]",
"dependsOn": [
"[resourceId('Microsoft.CognitiveServices/accounts', variables('aoaiSvcName'))]",
"[resourceId('Microsoft.CognitiveServices/accounts/deployments', variables('aoaiSvcName'), parameters('embeddingModelName'))]"
"[resourceId('Microsoft.CognitiveServices/accounts/deployments', variables('aoaiSvcName'), parameters('gptModelName'))]"
],
"sku": {
"name": "Standard",
Expand Down

0 comments on commit 7dd68ab

Please sign in to comment.