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 03ec526 commit 82ced14Copy full SHA for 82ced14
infra/main.bicep
@@ -39,7 +39,7 @@ param formRecognizerSkuName string = 'S0'
39
40
param gptDeploymentName string // Set in main.parameters.json
41
param gptDeploymentCapacity int = 30
42
-param gptModelName string = 'text-davinci-003'
+param gptModelName string = 'gpt-35-turbo'
43
param chatGptDeploymentName string // Set in main.parameters.json
44
param chatGptDeploymentCapacity int = 30
45
param chatGptModelName string = 'gpt-35-turbo'
@@ -131,7 +131,7 @@ module openAi 'core/ai/cognitiveservices.bicep' = {
131
model: {
132
format: 'OpenAI'
133
name: gptModelName
134
- version: '1'
+ version: '0301'
135
}
136
sku: {
137
name: 'Standard'
0 commit comments