Skip to content

Commit

Permalink
Merge pull request Azure-Samples#176 from mattmsft/mattmsft-patch-1
Browse files Browse the repository at this point in the history
Add deployment parameters to re-use OpenAI Deployments
  • Loading branch information
mattgotteiner authored Jun 19, 2023
2 parents f5a7095 + 25dfdc1 commit 74d0776
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions infra/main.parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
"formRecognizerSkuName": {
"value": "S0"
},
"chatGptDeploymentName": {
"value": "${AZURE_OPENAI_CHATGPT_DEPLOYMENT}"
},
"gptDeploymentName": {
"value": "${AZURE_OPENAI_GPT_DEPLOYMENT}"
},
"searchServiceName": {
"value": "${AZURE_SEARCH_SERVICE}"
},
Expand Down

0 comments on commit 74d0776

Please sign in to comment.