File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
OPENAI_HOST = " azure"
2
- OPENAI_GPT_MODEL = " gpt-4 "
2
+ OPENAI_GPT_MODEL = " gpt-4o "
3
3
# For Azure OpenAI only:
4
4
AZURE_OPENAI_EVAL_DEPLOYMENT = " <deployment-name>"
5
5
AZURE_OPENAI_ENDPOINT = " https://<service-name>.openai.azure.com"
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ param openAiApiKey string = ''
28
28
param openAiApiOrganization string = ''
29
29
30
30
param evalGptDeploymentName string = 'eval'
31
- param evalGptModelName string = 'gpt-4 '
32
- param evalGptModelVersion string = '0613 '
31
+ param evalGptModelName string = 'gpt-4o '
32
+ param evalGptModelVersion string = '2024-11-20 '
33
33
param evalGptDeploymentCapacity int = 30
34
34
35
35
@description ('Id of the user or app to assign application roles' )
You can’t perform that action at this time.
0 commit comments