Skip to content

Commit 5853a71

Browse files
authored
Update appsettings.json
1 parent d6a7224 commit 5853a71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/app/AzureFunc/appsettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@
4646
}
4747
},
4848
"GptApi": {
49-
"Version": "v2:2023-07-01-preview",
49+
"Version": "v3:2024-02-15-preview",
5050
"Azure": {
5151
"Key": "",
52-
"BaseAddress": "https://ai-garage-gpt-dev-02.openai.azure.com/openai/deployments/garage-support-bot/chat/completions?api-version=2023-07-01-preview"
52+
"BaseAddress": "https://ai-garage-gpt-dev-03.openai.azure.com/openai/deployments/garage-support-bot-v4/chat/completions?api-version=2024-02-15-preview"
5353
},
5454
"IncidentComplete": {
5555
"MaxTokens": 200,
@@ -61,4 +61,4 @@
6161
},
6262
"IncidentCardRelativeUrlTemplate": "/main.aspx?appid=fc55a7bd-1c4b-43e5-b3a0-eccf16dfe175&pagetype=entityrecord&etn=incident&id={0}",
6363
"DbRequestPeriodInDays": 90
64-
}
64+
}

0 commit comments

Comments
 (0)