Skip to content

Commit 8a8411b

Browse files
gpt4o models deprecation removed
1 parent 31bb828 commit 8a8411b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/System Application/App/AI/src/Azure OpenAI/AOAIDeploymentsImpl.Codeunit.al

+1-7
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ codeunit 7769 "AOAI Deployments Impl"
3333
Turbo0301SaasLbl: Label 'turbo-0301', Locked = true;
3434
GPT40613SaasLbl: Label 'gpt4-0613', Locked = true;
3535
Turbo0613SaasLbl: Label 'turbo-0613', Locked = true;
36-
3736
Turbo0301Lbl: Label 'chatGPT_GPT35-turbo-0301', Locked = true;
3837
GPT40613Lbl: Label 'gpt-4-32k', Locked = true;
3938
Turbo031316kLbl: Label 'gpt-35-turbo-16k', Locked = true;
@@ -115,7 +114,7 @@ codeunit 7769 "AOAI Deployments Impl"
115114
if DeprecationDatesInitialized then
116115
exit;
117116

118-
// Add deprecated deployments with their deprecation dates here
117+
// Add deprecated deployments with their deprecation dates here:
119118
#if not CLEAN25
120119
DeprecatedDeployments.Add(GPT4LatestLbl, DMY2Date(1, 11, 2024));
121120
DeprecatedDeployments.Add(GPT4PreviewLbl, DMY2Date(1, 11, 2024));
@@ -125,11 +124,6 @@ codeunit 7769 "AOAI Deployments Impl"
125124
DeprecatedDeployments.Add(GPT40613SaasLbl, DMY2Date(1, 11, 2024));
126125
DeprecatedDeployments.Add(Turbo0613SaasLbl, DMY2Date(1, 11, 2024));
127126
#endif
128-
DeprecatedDeployments.Add(GPT4oLatestLbl, DMY2Date(13, 5, 2025));
129-
DeprecatedDeployments.Add(GPT4oPreviewLbl, DMY2Date(13, 5, 2025));
130-
DeprecatedDeployments.Add(GPT4oMiniLatestLbl, DMY2Date(18, 7, 2025));
131-
DeprecatedDeployments.Add(GPT4oMiniPreviewLbl, DMY2Date(18, 7, 2025));
132-
133127
DeprecationDatesInitialized := true;
134128
end;
135129

0 commit comments

Comments
 (0)