Skip to content

Commit e2553c7

Browse files
committed
Use defaults
1 parent 4b1452b commit e2553c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

infra/main.parameters.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@
4343
},
4444
"storageResourceGroupName": {
4545
"value": "${AZURE_STORAGE_RESOURCE_GROUP}"
46+
},
47+
"chatGptDeploymentName": {
48+
"value": "${AZURE_OPENAI_CHATGPT_DEPLOYMENT=chat}"
49+
},
50+
"gptDeploymentName": {
51+
"value": "${AZURE_OPENAI_GPT_DEPLOYMENT=davinci}"
4652
}
4753
}
4854
}

0 commit comments

Comments
 (0)