Skip to content

Commit

Permalink
Update GPT turbo model version in Bicep deployment template
Browse files Browse the repository at this point in the history
  • Loading branch information
pablocastro committed Mar 10, 2023
1 parent de7817a commit 2d66629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ module cognitiveServices 'core/ai/cognitiveservices.bicep' = {
model: {
format: 'OpenAI'
name: chatGptModelName
version: '1'
version: '0301'
}
scaleSettings: {
scaleType: 'Standard'
Expand Down

0 comments on commit 2d66629

Please sign in to comment.