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 d03a53f commit 07274c5Copy full SHA for 07274c5
infra/main.bicep
@@ -28,8 +28,8 @@ param openAiApiKey string = ''
28
param openAiApiOrganization string = ''
29
30
param evalGptDeploymentName string = 'eval'
31
-param evalGptModelName string = 'gpt-4'
32
-param evalGptModelVersion string = '0613'
+param evalGptModelName string = 'gpt-4o'
+param evalGptModelVersion string = '2024-11-20'
33
param evalGptDeploymentCapacity int = 30
34
35
@description('Id of the user or app to assign application roles')
0 commit comments