Skip to content

Commit a84fa0b

Browse files
authored
Merge pull request #14 from vhvb1989/patch-1
Fix main.parameters.json
2 parents cb9b60e + 5b2c74f commit a84fa0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.parameters.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"value": "${USE_SEARCH_SERVICE=true}"
5252
},
5353
"agentDeploymentName": {
54-
"value": "${AZURE_AI_DEPLOYMENT_NAME=${AZURE_AI_AGENT_MODEL_NAME=gpt-4o-mini}}"
54+
"value": "${AZURE_AI_AGENT_MODEL_NAME=gpt-4o-mini}"
5555
},
5656
"agentModelFormat": {
5757
"value": "${AZURE_AI_AGENT_MODEL_FORMAT=OpenAI}"

0 commit comments

Comments
 (0)