Skip to content

Commit

Permalink
templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshoff-msft committed May 24, 2023
1 parent 0963a78 commit 9efe052
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions templates/oneclickoai.json
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,9 @@
},
{
"type": "Microsoft.CognitiveServices/accounts",
"apiVersion": "2022-12-01",
"apiVersion": "2022-03-01",
"name": "[parameters('openaiName')]",
"location": "eastus",
"location": "westeurope",
"sku": {
"name": "S0"
},
Expand Down
14 changes: 7 additions & 7 deletions templates/oneclickoairedis.json
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,9 @@
},
{
"type": "Microsoft.CognitiveServices/accounts",
"apiVersion": "2022-12-01",
"apiVersion": "2022-03-01",
"name": "[parameters('openaiName')]",
"location": "eastus",
"location": "westeurope",
"sku": {
"name": "S0"
},
Expand All @@ -556,7 +556,7 @@
},
{
"type": "Microsoft.CognitiveServices/accounts/deployments",
"apiVersion": "2022-12-01",
"apiVersion": "2022-03-01",
"name": "[concat(parameters('openaiName'), '/text-search-ada-doc-001')]",
"dependsOn": [
"[resourceId('Microsoft.CognitiveServices/accounts', parameters('openaiName'))]"
Expand All @@ -574,7 +574,7 @@
},
{
"type": "Microsoft.CognitiveServices/accounts/deployments",
"apiVersion": "2022-12-01",
"apiVersion": "2022-03-01",
"name": "[concat(parameters('openaiName'), '/text-search-ada-query-001')]",
"dependsOn": [
"[resourceId('Microsoft.CognitiveServices/accounts', parameters('openaiName'))]",
Expand All @@ -593,7 +593,7 @@
},
{
"type": "Microsoft.CognitiveServices/accounts/deployments",
"apiVersion": "2022-12-01",
"apiVersion": "2022-03-01",
"name": "[concat(parameters('openaiName'), '/text-davinci-002')]",
"dependsOn": [
"[resourceId('Microsoft.CognitiveServices/accounts', parameters('openaiName'))]",
Expand All @@ -602,7 +602,7 @@
"properties": {
"model": {
"format": "OpenAI",
"name": "text-davinci-002",
"name": "text-davinci-003",
"version": "1"
},
"scaleSettings": {
Expand All @@ -612,7 +612,7 @@
},
{
"type": "Microsoft.CognitiveServices/accounts/deployments",
"apiVersion": "2022-12-01",
"apiVersion": "2022-03-01",
"name": "[concat(parameters('openaiName'), '/chatgpt')]",
"dependsOn": [
"[resourceId('Microsoft.CognitiveServices/accounts', parameters('openaiName'))]",
Expand Down

0 comments on commit 9efe052

Please sign in to comment.