Skip to content

Commit 221b3a1

Browse files
authored
Merge pull request #389 from pamelafox/swap-davinci-gpt
Change davinci to gpt35-turbo
2 parents 2a64c8b + 82ced14 commit 221b3a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ param formRecognizerSkuName string = 'S0'
3939

4040
param gptDeploymentName string // Set in main.parameters.json
4141
param gptDeploymentCapacity int = 30
42-
param gptModelName string = 'text-davinci-003'
42+
param gptModelName string = 'gpt-35-turbo'
4343
param chatGptDeploymentName string // Set in main.parameters.json
4444
param chatGptDeploymentCapacity int = 30
4545
param chatGptModelName string = 'gpt-35-turbo'
@@ -131,7 +131,7 @@ module openAi 'core/ai/cognitiveservices.bicep' = {
131131
model: {
132132
format: 'OpenAI'
133133
name: gptModelName
134-
version: '1'
134+
version: '0301'
135135
}
136136
sku: {
137137
name: 'Standard'

0 commit comments

Comments
 (0)