Skip to content

Commit ee5fbc2

Browse files
Fix AI kind
1 parent 534c35c commit ee5fbc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scenarios/Agents/setup/network-secured-agent/azuredeploy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.33.93.31351",
8-
"templateHash": "2427172066705195099"
8+
"templateHash": "6468218768722945213"
99
}
1010
},
1111
"parameters": {
@@ -151,7 +151,7 @@
151151
},
152152
"aisKind": {
153153
"type": "string",
154-
"defaultValue": "OpenAI",
154+
"defaultValue": "AIServices",
155155
"metadata": {
156156
"description": "AI service kind, values can be \"OpenAI\" or \"AIService\""
157157
}

scenarios/Agents/setup/network-secured-agent/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ param modelCapacity int = 50
9595
param modelLocation string = 'eastus'
9696

9797
@description('AI service kind, values can be "OpenAI" or "AIService"')
98-
param aisKind string = 'OpenAI'
98+
param aisKind string = 'AIServices'
9999

100100
/* ---------------------------------- Create User Assigned Identity ---------------------------------- */
101101

0 commit comments

Comments
 (0)