Skip to content

Commit

Permalink
fixed main.parameters.json to take openai models
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-t-adams authored and chuwik committed Apr 17, 2023
1 parent 40e5478 commit 5bde060
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 @@ -43,6 +43,12 @@
},
"storageResourceGroupName": {
"value": "${AZURE_STORAGE_RESOURCE_GROUP}"
},
"gptDeploymentName": {
"value": "${AZURE_OPENAI_GPT_DEPLOYMENT}"
},
"chatGptDeploymentName": {
"value": "${AZURE_OPENAI_CHATGPT_DEPLOYMENT}"
}
}
}

0 comments on commit 5bde060

Please sign in to comment.