We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a87e46a commit 2f1febbCopy full SHA for 2f1febb
infra/main.bicep
@@ -118,7 +118,7 @@ var chatGpt = {
118
? chatGptModelName
119
: startsWith(openAiHost, 'azure') ? 'gpt-35-turbo' : 'gpt-3.5-turbo'
120
deploymentName: !empty(chatGptDeploymentName) ? chatGptDeploymentName : 'chat'
121
- deploymentVersion: !empty(chatGptDeploymentVersion) ? chatGptDeploymentVersion : '0125'
+ deploymentVersion: !empty(chatGptDeploymentVersion) ? chatGptDeploymentVersion : '0613'
122
deploymentSkuName: !empty(chatGptDeploymentSkuName) ? chatGptDeploymentSkuName : 'Standard'
123
deploymentCapacity: chatGptDeploymentCapacity != 0 ? chatGptDeploymentCapacity : 30
124
}
0 commit comments