Skip to content

Commit d898596

Browse files
committed
fix: update model version
1 parent 20a50c9 commit d898596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ param frontendLocation string = 'eastus2'
4848
param chatGptDeploymentName string // Set in main.parameters.json
4949
param chatGptDeploymentCapacity int = 30
5050
param chatGptModelName string = 'gpt-35-turbo'
51-
param chatGptModelVersion string = '0301'
51+
param chatGptModelVersion string = '0613'
5252
param embeddingDeploymentName string = 'text-embedding-ada-002'
5353
param embeddingDeploymentCapacity int = 30
5454
param embeddingModelName string = 'text-embedding-ada-002'

0 commit comments

Comments
 (0)