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 d6a7224 commit 5853a71Copy full SHA for 5853a71
src/app/AzureFunc/appsettings.json
@@ -46,10 +46,10 @@
46
}
47
},
48
"GptApi": {
49
- "Version": "v2:2023-07-01-preview",
+ "Version": "v3:2024-02-15-preview",
50
"Azure": {
51
"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"
+ "BaseAddress": "https://ai-garage-gpt-dev-03.openai.azure.com/openai/deployments/garage-support-bot-v4/chat/completions?api-version=2024-02-15-preview"
53
54
"IncidentComplete": {
55
"MaxTokens": 200,
@@ -61,4 +61,4 @@
61
62
"IncidentCardRelativeUrlTemplate": "/main.aspx?appid=fc55a7bd-1c4b-43e5-b3a0-eccf16dfe175&pagetype=entityrecord&etn=incident&id={0}",
63
"DbRequestPeriodInDays": 90
64
-}
+}
0 commit comments