File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,8 @@ module api './app/api.bicep' = {
104
104
identityId : apiUserAssignedIdentity .outputs .identityId
105
105
identityClientId : apiUserAssignedIdentity .outputs .identityClientId
106
106
appSettings : {
107
- CHAT_MODEL_DEPLOYMENT_NAME : chatGpt .deploymentName
107
+ OPENAI_API_VERSION : chatGpt .deploymentName
108
+ AZURE_OPENAI_CHATGPT_MODEL : chatGpt .modelName
108
109
}
109
110
virtualNetworkSubnetId : skipVnet ? '' : serviceVirtualNetwork .outputs .appSubnetID
110
111
aiServiceUrl : ai .outputs .endpoint
Original file line number Diff line number Diff line change 33
33
"value" : " ${AZURE_OPENAI_CHATGPT_DEPLOYMENT_CAPACITY}"
34
34
},
35
35
"chatGptDeploymentVersion" :{
36
- "value" : " ${AZURE_OPENAI_CHATGPT_DEPLOYMENT_VERSION }"
36
+ "value" : " ${OPENAI_API_VERSION=2023-05-15 }"
37
37
},
38
38
"chatGptModelName" :{
39
39
"value" : " ${AZURE_OPENAI_CHATGPT_MODEL=gpt-35-turbo}"
You can’t perform that action at this time.
0 commit comments