@@ -33,7 +33,6 @@ codeunit 7769 "AOAI Deployments Impl"
33
33
Turbo0301SaasLbl: Label ' turbo-0301' , Locked = true;
34
34
GPT40613SaasLbl: Label ' gpt4-0613' , Locked = true;
35
35
Turbo0613SaasLbl: Label ' turbo-0613' , Locked = true;
36
-
37
36
Turbo0301Lbl: Label ' chatGPT_GPT35-turbo-0301' , Locked = true;
38
37
GPT40613Lbl: Label ' gpt-4-32k' , Locked = true;
39
38
Turbo031316kLbl: Label ' gpt-35-turbo-16k' , Locked = true;
@@ -115,7 +114,7 @@ codeunit 7769 "AOAI Deployments Impl"
115
114
if DeprecationDatesInitialized then
116
115
exit ;
117
116
118
- // Add deprecated deployments with their deprecation dates here
117
+ // Add deprecated deployments with their deprecation dates here:
119
118
#if not CLEAN25
120
119
DeprecatedDeployments. Add ( GPT4LatestLbl, DMY2Date( 1 , 11 , 2024 )) ;
121
120
DeprecatedDeployments. Add ( GPT4PreviewLbl, DMY2Date( 1 , 11 , 2024 )) ;
@@ -125,11 +124,6 @@ codeunit 7769 "AOAI Deployments Impl"
125
124
DeprecatedDeployments. Add ( GPT40613SaasLbl, DMY2Date( 1 , 11 , 2024 )) ;
126
125
DeprecatedDeployments. Add ( Turbo0613SaasLbl, DMY2Date( 1 , 11 , 2024 )) ;
127
126
#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
-
133
127
DeprecationDatesInitialized := true;
134
128
end ;
135
129
0 commit comments