Skip to content

Commit a7b23cd

Browse files
authored
Merge pull request #147 from jugi92/main
Updated to gpt-4o because the gpt-4 model was deprecated
2 parents d03a53f + 77196dd commit a7b23cd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
OPENAI_HOST="azure"
2-
OPENAI_GPT_MODEL="gpt-4"
2+
OPENAI_GPT_MODEL="gpt-4o"
33
# For Azure OpenAI only:
44
AZURE_OPENAI_EVAL_DEPLOYMENT="<deployment-name>"
55
AZURE_OPENAI_ENDPOINT="https://<service-name>.openai.azure.com"

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ param openAiApiKey string = ''
2828
param openAiApiOrganization string = ''
2929

3030
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'
3333
param evalGptDeploymentCapacity int = 30
3434

3535
@description('Id of the user or app to assign application roles')

0 commit comments

Comments
 (0)